You are here

public static property ConfigOverridesPriorityTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/config/src/Tests/ConfigOverridesPriorityTest.php \Drupal\config\Tests\ConfigOverridesPriorityTest::modules

Modules to install.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/config/src/Tests/ConfigOverridesPriorityTest.php, line 26
Contains \Drupal\config\Tests\ConfigOverridesPriorityTest.

Class

ConfigOverridesPriorityTest
Tests that language, module and settings.php are applied in the correct order.

Namespace

Drupal\config\Tests

Code

public static $modules = array(
  'system',
  'config',
  'config_override_test',
  'language',
);