public static function LocaleUninstallFunctionalTest::getInfo

1 method overrides LocaleUninstallFunctionalTest::getInfo()
LocaleUninstallFrenchFunctionalTest::getInfo in drupal-7.x/modules/locale/locale.test

Archivo

drupal-7.x/modules/locale/locale.test, line 1418
Tests for locale.module.

Class

LocaleUninstallFunctionalTest
Locale uninstall with English UI functional test.

Código

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