You are here

protected static property ConfigHandlerTest::$modules in Update helper 8

Same name and namespace in other branches
  1. 2.x tests/src/Kernel/ConfigHandlerTest.php \Drupal\Tests\update_helper\Kernel\ConfigHandlerTest::modules

Modules to enable for test.

Type: array

Overrides KernelTestBase::$modules

File

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

Class

ConfigHandlerTest
Automated tests for ConfigName class.

Namespace

Drupal\Tests\update_helper\Kernel

Code

protected static $modules = [
  'config_update',
  'update_helper',
  'user',
  'text',
  'field',
  'node',
];