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

testNoDirectoryExist() public method

It should "iterate" if the directory does not exist.
    public function testNoDirectoryExist()
    {
        $iterator = new HistoryIterator($this->xmlDecoder->reveal(), 'foobar_not_exist');
        $iterator->current();
    }