getFile() public méthode

public getFile ( )
 /**
  * @covers PHPExiftool\FileEntity::getFile
  */
 public function testGetFile()
 {
     $this->assertInternalType('string', $this->object->getFile());
 }