Pheasant\Tests\CollectionScopeTest::testSimpleScope PHP Method

testSimpleScope() public method

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