getIterator() public method

public getIterator ( )
 /**
  * @covers PHPExiftool\FileEntity::getIterator
  */
 public function testGetIterator()
 {
     $this->assertInstanceOf('\\Iterator', $this->object->getIterator());
 }