You are here

public static property IgnoreKernelTest::$modules in Config Ignore 8.3

Same name and namespace in other branches
  1. 8.2 tests/src/Kernel/IgnoreKernelTest.php \Drupal\Tests\config_ignore\Kernel\IgnoreKernelTest::modules

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/IgnoreKernelTest.php, line 28

Class

IgnoreKernelTest
Test the transformations.

Namespace

Drupal\Tests\config_ignore\Kernel

Code

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