You are here

public static function LocaleUninstallFunctionalTest::getInfo in Drupal 7

1 method overrides LocaleUninstallFunctionalTest::getInfo()
LocaleUninstallFrenchFunctionalTest::getInfo in modules/locale/locale.test

File

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