public static function LocaleUpgradePathTestCase::getInfo

File

drupal/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',
  );
}