/**
  * Test for getMIMEType
  *
  * @return void
  *
  * @group medium
  */
 public function testGetMIMEType()
 {
     $this->assertEquals("Image", Image_JPEG_Inline::getMIMEType());
 }