public static function FileMimeTypeTest::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ file.test, line 2824 - This provides SimpleTests for the core file handling functionality. These include FileValidateTest and FileSaveTest.
Class
- FileMimeTypeTest
- Tests for file_get_mimetype().
Code
public static function getInfo() {
return array(
'name' => 'File mimetypes',
'description' => 'Test filename mimetype detection.',
'group' => 'File API',
);
}