You are here

public static property NonexistentInitialConfigTest::$modules in Configuration Rewrite 8

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/NonexistentInitialConfigTest.php, line 18

Class

NonexistentInitialConfigTest
@coversDefaultClass \Drupal\config_rewrite\ConfigRewriter @group config_rewrite

Namespace

Drupal\Tests\config_rewrite\Kernel

Code

public static $modules = [
  'system',
  'user',
  'config_rewrite',
  'config_rewrite_nonexisting',
  'language',
];