public static function LocaleExportFunctionalTest::getInfo

7.x locale.test public static LocaleExportFunctionalTest::getInfo()

File

drupal-7.x/modules/locale/locale.test, line 1307
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',
  );
}