Example #1
0
 /**
  * @covers MediaAlchemyst\Specification\Image::getType
  */
 public function testGetType()
 {
     $this->assertEquals(SpecificationInterface::TYPE_IMAGE, $this->object->getType());
 }