function UpdateTestContribCase::getInfo

File

modules/update/update.test, line 284

Class

UpdateTestContribCase
Tests behavior related to handling updates to contributed modules and themes.

Code

public static function getInfo() {
    return array(
        'name' => 'Update contrib functionality',
        'description' => 'Tests how the Update Manager module handles contributed modules and themes in a series of functional tests using mock XML data.',
        'group' => 'Update',
    );
}

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