Example #1
0
 /**
  * @covers Alchemy\Phrasea\Media\Subdef\Audio::getMediaAlchemystSpec
  */
 public function testGetMediaAlchemystSpec()
 {
     $this->assertInstanceOf('\\MediaAlchemyst\\Specification\\Audio', $this->object->getMediaAlchemystSpec());
 }