Sonata\Exporter\Test\Source\IteratorSourceIteratorTest::testNext PHP Method

testNext() public method

public testNext ( )
    public function testNext()
    {
        $this->iterator->expects(self::once())->method('next');
        $this->sourceIterator->next();
    }