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