public static function LocaleConfigurationTest::getInfo in Drupal 7
File
- modules/
locale/ locale.test, line 28 - Tests for locale.module.
Class
- LocaleConfigurationTest
- Functional tests for the language configuration forms.
Code
public static function getInfo() {
return array(
'name' => 'Language configuration',
'description' => 'Adds a new locale and tests changing its status and the default language.',
'group' => 'Locale',
);
}