You are here

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

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/IndividualExportImportTest.php, line 26

Class

IndividualExportImportTest
Test the export and import of individual splits.

Namespace

Drupal\Tests\config_split\Kernel

Code

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