public static function UpdateTestUploadCase::getInfo

7.x update.test public static UpdateTestUploadCase::getInfo()

File

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.

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',
  );
}