public static property LocaleConfigManagerTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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\TestsCode
public static $modules = array(
'language',
'locale',
'locale_test',
);