You are here

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

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

Modules to enable for test.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/ReversibleConfigDifferTest.php, line 21

Class

ReversibleConfigDifferTest
Automated tests for ReversibleConfigDiffer class.

Namespace

Drupal\Tests\update_helper\Kernel

Code

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