You are here

public static property LocaleImportFunctionalTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/locale/src/Tests/LocaleImportFunctionalTest.php \Drupal\locale\Tests\LocaleImportFunctionalTest::modules

Modules to enable.

Type: array

File

core/modules/locale/src/Tests/LocaleImportFunctionalTest.php, line 25
Contains \Drupal\locale\Tests\LocaleImportFunctionalTest.

Class

LocaleImportFunctionalTest
Tests the import of locale files.

Namespace

Drupal\locale\Tests

Code

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