You are here

public static property SplitMergeTest::$modules in Configuration Split 8

Same name and namespace in other branches
  1. 2.0.x tests/src/Kernel/SplitMergeTest.php \Drupal\Tests\config_split\Kernel\SplitMergeTest::modules

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/SplitMergeTest.php, line 31

Class

SplitMergeTest
Test the splitting and merging.

Namespace

Drupal\Tests\config_split\Kernel

Code

public static $modules = [
  'system',
  'language',
  'user',
  'node',
  'field',
  'text',
  'config',
  'config_test',
  'config_exclude_test',
  'config_split',
  'config_filter',
];