/**
  * Test for getMIMESubtype
  *
  * @return void
  *
  * @group medium
  */
 public function testGetMIMESubtype()
 {
     $this->assertEquals("Plain", Text_Plain_Longtoipv4::getMIMESubtype());
 }