Pheasant\Tests\CollectionScopeTest::testNonExistantProperty PHP Method

testNonExistantProperty() public method

    public function testNonExistantProperty()
    {
        $this->setExpectedException('BadMethodCallException');
        Animal::all()->llamas();
    }