public static function UpdateCoreTestCase::getInfo in Drupal 7
File
- modules/
update/ update.test, line 65 - This file contains tests for the Update Manager module.
Class
- UpdateCoreTestCase
- Tests behavior related to discovering and listing updates to Drupal core.
Code
public static function getInfo() {
return array(
'name' => 'Update core functionality',
'description' => 'Tests the Update Manager module through a series of functional tests using mock XML data.',
'group' => 'Update',
);
}