This command will iterate over the suite collections created by the XML storage driver.
Наследование: implements PhpBench\Storage\HistoryIteratorInterface
Пример #1
0
 /**
  * It should "iterate" if the directory does not exist.
  */
 public function testNoDirectoryExist()
 {
     $iterator = new HistoryIterator($this->xmlDecoder->reveal(), 'foobar_not_exist');
     $iterator->current();
 }