public static function UpdateCoreTestCase::getInfo
Archivo
- drupal-7.x/
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.
Código
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',
);
}