Pheasant\Tests\CollectionScopeTest::testNonExistantProperty PHP 메소드

testNonExistantProperty() 공개 메소드

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