You are here

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

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

Modules to enable for test.

Type: array

Overrides KernelTestBase::$modules

File

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

Class

ConfigNameTest
Automated tests for ConfigName class.

Namespace

Drupal\Tests\update_helper\Kernel

Code

protected static $modules = [
  'views',
  'field',
];