コード例 #1
0
 /**
  * Test for getMIMEType
  *
  * @return void
  *
  * @group medium
  */
 public function testGetMIMEType()
 {
     $this->assertEquals("Image", Image_PNG_Inline::getMIMEType());
 }