You are here

public static property ExampleStorageKernelTest::$modules in Config Filter 8.2

Same name and namespace in other branches
  1. 8 tests/src/Kernel/ExampleStorageKernelTest.php \Drupal\Tests\config_filter\Kernel\ExampleStorageKernelTest::modules

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/ExampleStorageKernelTest.php, line 22

Class

ExampleStorageKernelTest
Example class to test the export and import with the test trait.

Namespace

Drupal\Tests\config_filter\Kernel

Code

public static $modules = [
  'system',
  'config_filter',
  'config_filter_test',
];