current() публичный Метод

public current ( )
Пример #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();
 }