public static function LocaleImportFunctionalTest::getInfo

File

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

Class

LocaleImportFunctionalTest
Functional tests for the import of translation files.

Namespace

Drupal\locale\Tests

Code

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