ApiPlatform\Core\Tests\Doctrine\Orm\PaginatorTest::testGetIterator PHP 메소드

testGetIterator() 공개 메소드

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