public static function LocaleUninstallFunctionalTest::getInfo

1 method overrides LocaleUninstallFunctionalTest::getInfo()

File

drupal/modules/locale/locale.test, line 1428
Tests for locale.module.

Class

LocaleUninstallFunctionalTest
Locale uninstall with English UI functional test.

Code

public static function getInfo() {
  return array(
    'name' => 'Locale uninstall (EN)',
    'description' => 'Tests the uninstall process using the built-in UI language.',
    'group' => 'Locale',
  );
}