示例#1
0
 /**
  * @covers Alchemy\Phrasea\Media\Subdef\Image::getType
  */
 public function testGetType()
 {
     $this->assertEquals(Subdef::TYPE_IMAGE, $this->object->getType());
 }