public static function LocaleUninstallFrenchFunctionalTest::getInfo

Overrides LocaleUninstallFunctionalTest::getInfo

Archivo

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

Class

LocaleUninstallFrenchFunctionalTest
Locale uninstall with French UI functional test.

Código

public static function getInfo() {
  return array(
    'name' => 'Locale uninstall (FR)',
    'description' => 'Tests the uninstall process using French as interface language.',
    'group' => 'Locale',
  );
}