Pheasant\Tests\CollectionScopeTest::testSimpleScope PHP Méthode

testSimpleScope() public méthode

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