public function testGetCssClassByMimeType()
 {
     $type = MimeType::getCssClassByMimeType('application/x-httpd-php');
     $this->assertEquals($type, 'application_x-httpd-php', "Get Classname of this php file");
 }