public static property LocaleImportFunctionalTest::$modules

Modules to enable.

Type: array

File

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

Class

LocaleImportFunctionalTest
Functional tests for the import of translation files.

Namespace

Drupal\locale\Tests

Code

public static $modules = array(
  'locale',
  'dblog',
);