public static function LocaleUninstallFrenchFunctionalTest::getInfo in Drupal 7
Overrides LocaleUninstallFunctionalTest::getInfo
File
- 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',
);
}