public function testGetCssClassByExtension()
 {
     $type = MimeType::getCssClassByExtension('txt');
     $this->assertEquals($type, 'text_plain', "Get classname of text file");
 }