ConfigOverridesPriorityTest::$modules

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

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.