public static property ConfigOverridesPriorityTest::$modules in Drupal 8
Same name and namespace in other branches
- 9 core/tests/Drupal/KernelTests/Core/Config/ConfigOverridesPriorityTest.php \Drupal\KernelTests\Core\Config\ConfigOverridesPriorityTest::modules
- 10 core/tests/Drupal/KernelTests/Core/Config/ConfigOverridesPriorityTest.php \Drupal\KernelTests\Core\Config\ConfigOverridesPriorityTest::modules
Modules to install.
Type: array
Overrides KernelTestBase::$modules
File
- core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigOverridesPriorityTest.php, line 21
Class
- ConfigOverridesPriorityTest
- Tests that language, module and settings.php are applied in the correct order.
Namespace
Drupal\KernelTests\Core\ConfigCode
public static $modules = [
'system',
'config',
'config_override_test',
'language',
];