public static property ScheduleIntervalTest::$modules in Webform Scheduled Tasks 8.2
Modules to install.
Type: array
Overrides KernelTestBase::$modules
File
- tests/
src/ Kernel/ ScheduleIntervalTest.php, line 22
Class
- ScheduleIntervalTest
- Test the scheduling intervals.
Namespace
Drupal\Tests\webform_scheduled_tasks\KernelCode
public static $modules = [
'system',
'user',
'webform',
'webform_scheduled_tasks',
'webform_scheduled_tasks_test_types',
];