function UpdateTestUploadCase::getInfo

File

modules/update/update.test, line 700

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.