PhpBench\Tests\Unit\Storage\Driver\Xml\HistoryIteratorTest::testIterateEmpty PHP Method

testIterateEmpty() public method

It should "iterate" given an empty directory.
public testIterateEmpty ( )
    public function testIterateEmpty()
    {
        $entries = iterator_to_array($this->iterator);
        $this->assertCount(0, $entries);
    }