You are here

protected static property ConfigOverridesPriorityTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/tests/Drupal/KernelTests/Core/Config/ConfigOverridesPriorityTest.php \Drupal\KernelTests\Core\Config\ConfigOverridesPriorityTest::modules
  2. 9 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\Config

Code

protected static $modules = [
  'system',
  'config',
  'config_override_test',
  'language',
];