protected static property UpdaterTest::$modules in Update helper 8
Same name and namespace in other branches
- 2.x 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 44 
Class
Namespace
Drupal\Tests\update_helper\KernelCode
protected static $modules = [
  'config_update',
  'update_helper',
  'system',
  'user',
  'text',
  'field',
  'node',
  'tour',
];