You are here

protected static property LocaleConfigurableLanguageManagerTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/locale/tests/src/Kernel/LocaleConfigurableLanguageManagerTest.php \Drupal\Tests\locale\Kernel\LocaleConfigurableLanguageManagerTest::modules
  2. 10 core/modules/locale/tests/src/Kernel/LocaleConfigurableLanguageManagerTest.php \Drupal\Tests\locale\Kernel\LocaleConfigurableLanguageManagerTest::modules

A list of modules to install for this test.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/locale/tests/src/Kernel/LocaleConfigurableLanguageManagerTest.php, line 21

Class

LocaleConfigurableLanguageManagerTest
Tests that the configurable language manager and locale operate correctly.

Namespace

Drupal\Tests\locale\Kernel

Code

protected static $modules = [
  'language',
  'locale',
];