protected static property UpdateChecklistTest::$modules in Update helper 8
Same name and namespace in other branches
- 2.x modules/update_helper_checklist/tests/src/Kernel/UpdateChecklistTest.php \Drupal\Tests\update_helper_checklist\Kernel\UpdateChecklistTest::modules
Modules to enable for test.
Type: array
Overrides KernelTestBase::$modules
File
- modules/update_helper_checklist/ tests/ src/ Kernel/ UpdateChecklistTest.php, line 24 
Class
Namespace
Drupal\Tests\update_helper_checklist\KernelCode
protected static $modules = [
  'system',
  'user',
  'config_update',
  'update_helper',
  'checklistapi',
  'update_helper_checklist',
];