You are here

public static property ScheduleHaltResumeTest::$modules in Webform Scheduled Tasks 8.2

Modules to install.

Type: array

Overrides KernelTestBase::$modules

File

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

Class

ScheduleHaltResumeTest
Test halting and resume the schedule.

Namespace

Drupal\Tests\webform_scheduled_tasks\Kernel

Code

public static $modules = [
  'system',
  'user',
  'webform',
  'webform_scheduled_tasks',
  'webform_scheduled_tasks_test_types',
];