public static function LocaleExportFunctionalTest::getInfo in Drupal 7
File
- modules/
locale/ locale.test, line 1317 - Tests for locale.module.
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',
);
}