public static property LocaleConfigManagerTest::$modules in Drupal 8
Same name and namespace in other branches
- 9 core/modules/locale/tests/src/Kernel/LocaleConfigManagerTest.php \Drupal\Tests\locale\Kernel\LocaleConfigManagerTest::modules
- 10 core/modules/locale/tests/src/Kernel/LocaleConfigManagerTest.php \Drupal\Tests\locale\Kernel\LocaleConfigManagerTest::modules
A list of modules to install for this test.
Type: array
Overrides KernelTestBase::$modules
File
- core/
modules/ locale/ tests/ src/ Kernel/ LocaleConfigManagerTest.php, line 21
Class
- LocaleConfigManagerTest
- Tests that the locale config manager operates correctly.
Namespace
Drupal\Tests\locale\KernelCode
public static $modules = [
'system',
'language',
'locale',
'locale_test',
'block',
];