public static function UpdateTestUploadCase::getInfo in Drupal 7
File
- modules/
update/ update.test, line 698 - This file contains tests for the Update Manager module.
Class
- UpdateTestUploadCase
- Tests project upload and extract functionality.
Code
public static function getInfo() {
return array(
'name' => 'Upload and extract module functionality',
'description' => 'Tests the Update Manager module\'s upload and extraction functionality.',
'group' => 'Update',
);
}