public static function LocaleConfigurationTest::getInfo

7.x locale.test public static LocaleConfigurationTest::getInfo()

File

drupal-7.x/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',
  );
}