You are here

public static property LocaleConfigManagerTest::$modules in Zircon Profile 8.0

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

A list of modules to install for this test.

Type: array

Overrides KernelTestBase::$modules

File

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

Class

LocaleConfigManagerTest
Tests that the locale config manager operates correctly.

Namespace

Drupal\locale\Tests

Code

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