예제 #1
0
 /**
  * @group exiftool
  * @covers \PHPExif\Adapter\Exiftool::getToolPath
  */
 public function testGetToolPathLazyLoadsPath()
 {
     $this->assertInternalType('string', $this->adapter->getToolPath());
 }