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

testSimpleScope() 공개 메소드

public testSimpleScope ( )
    public function testSimpleScope()
    {
        $frogs = Animal::all()->frogs();
        $this->assertEquals(2, $frogs->count());
    }