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