You are here

public static function FileUploadSecureValidatorUnitTestCase::getInfo in File Upload Secure Validator 7

Same name and namespace in other branches
  1. 7.2 tests/file_upload_secure_validator.test \FileUploadSecureValidatorUnitTestCase::getInfo()

Enabling the module.

File

tests/file_upload_secure_validator.test, line 16
Contains automated tests for file_upload_secure_validator.

Class

FileUploadSecureValidatorUnitTestCase
The main UnitTestCase class.

Code

public static function getInfo() {
  return array(
    'name' => 'FileUploadSecureValidator UnitTestCase',
    'description' => 'Test all agreement of mimetype-from-extension with mimetype-from-fileinfo.',
    'group' => 'File Upload Secure Validator',
  );
}