You are here

protected static property UpdaterTest::$modules in Update helper 2.x

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

Modules to enable for test.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/UpdaterTest.php, line 45

Class

UpdaterTest
@covers \Drupal\update_helper\Updater

Namespace

Drupal\Tests\update_helper\Kernel

Code

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