public static function LocaleExportFunctionalTest::getInfo
Archivo
- drupal-7.x/
modules/ locale/ locale.test, line 1307 - Tests for locale.module.
Class
- LocaleExportFunctionalTest
- Functional tests for the export of translation files.
Código
public static function getInfo() {
return array(
'name' => 'Translation export',
'description' => 'Tests the exportation of locale files.',
'group' => 'Locale',
);
}