public static function MimeTypeTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/File/MimeTypeTest.php, line 24
Definition of Drupal\system\Tests\File\MimeTypeTest.

Class

MimeTypeTest
Tests for file_get_mimetype().

Namespace

Drupal\system\Tests\File

Code

public static function getInfo() {
  return array(
    'name' => 'File mimetypes',
    'description' => 'Test filename mimetype detection.',
    'group' => 'File API',
  );
}