current() public method

public current ( )
Exemplo n.º 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();
 }