public static function UpdateScriptFunctionalTest::getInfo in Drupal 7
File
- modules/
system/ system.test, line 2440 - Tests for system.module.
Class
- UpdateScriptFunctionalTest
- Tests for the update system functionality.
Code
public static function getInfo() {
return array(
'name' => 'Update functionality',
'description' => 'Tests the update script access and functionality.',
'group' => 'System',
);
}