public static function UpdateTestContribCase::getInfo in Drupal 7
File
- modules/
update/ update.test, line 282 - This file contains tests for the Update Manager module.
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',
);
}