You are here

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

Same name and namespace in other branches
  1. 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

UpdateChecklistTest
@covers \Drupal\update_helper_checklist\UpdateChecklist

Namespace

Drupal\Tests\update_helper_checklist\Kernel

Code

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