public static function LocaleTranslationFunctionalTest::getInfo

File

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

Class

LocaleTranslationFunctionalTest
Functional test for string translation and validation.

Code

public static function getInfo() {
  return array(
    'name' => 'String translate, search and validate',
    'description' => 'Adds a new locale and translates its name. Checks the validation of translation strings and search results.',
    'group' => 'Locale',
  );
}