getFile() public method

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