public static function LocaleUpgradePathTestCase::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ upgrade/ upgrade.locale.test, line 7
Class
- LocaleUpgradePathTestCase
- Upgrade test for locale.module.
Code
public static function getInfo() {
return array(
'name' => 'Locale upgrade path',
'description' => 'Upgrade path tests for the Locale module.',
'group' => 'Upgrade path',
);
}