function LocaleExportFunctionalTest::getInfo

File

modules/locale/locale.test, line 1339

Class

LocaleExportFunctionalTest
Functional tests for the export of translation files.

Code

public static function getInfo() {
    return array(
        'name' => 'Translation export',
        'description' => 'Tests the exportation of locale files.',
        'group' => 'Locale',
    );
}

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