public static function UpdateTestUploadCase::getInfo
Archivo
- drupal-7.x/
modules/ update/ update.test, line 649 - This file contains tests for the Update Manager module.
Class
- UpdateTestUploadCase
- Tests project upload and extract functionality.
Código
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',
);
}