ApiPlatform\Core\Tests\Doctrine\Orm\PaginatorTest::testGetIterator PHP Method

testGetIterator() public method

public testGetIterator ( )
    public function testGetIterator()
    {
        $paginator = $this->getPaginator();
        $this->assertSame($paginator->getIterator(), $paginator->getIterator(), 'Iterator should be cached');
    }