public static function LocaleTranslationTest::getInfo

File

drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleTranslationTest.php, line 24
Definition of Drupal\locale\Tests\LocaleTranslationTest.

Class

LocaleTranslationTest
Functional test for string translation and validation.

Namespace

Drupal\locale\Tests

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',
  );
}