예제 #1
0
 public function testGetVersion()
 {
     $this->eyed3Wrapper->setBinPath(Helper::getEyed3Path());
     $this->assertContains('eyeD3', $this->eyed3Wrapper->getVersion());
 }
예제 #2
0
 /**
  * @group eyed3-read
  * @throws Exception
  */
 public function testReadEyed3()
 {
     self::$eyed3->read(self::$id3meta);
 }