function LocaleTranslationFunctionalTest::getInfo

File

modules/locale/locale.test, line 327

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.