public static function LocaleUninstallFrenchFunctionalTest::getInfo

Overrides LocaleUninstallFunctionalTest::getInfo

File

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

Class

LocaleUninstallFrenchFunctionalTest
Locale uninstall with French UI functional test.

Code

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