ConfigOverridesPriorityTest::$modules

Type: modules

File

core/tests/Drupal/KernelTests/Core/Config/ConfigOverridesPriorityTest.php, line 26

Class

ConfigOverridesPriorityTest
Tests that config overrides are applied in the correct order.

Namespace

Drupal\KernelTests\Core\Config

Code

protected 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.