public static function LocaleExportTest::getInfo

File

drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleExportTest.php, line 24
Definition of Drupal\locale\Tests\LocaleExportTest.

Class

LocaleExportTest
Tests for the export of translation files.

Namespace

Drupal\locale\Tests

Code

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