public static property ScheduleSuccessFailTest::$modules in Webform Scheduled Tasks 8.2
Modules to install.
Type: array
Overrides KernelTestBase::$modules
File
- tests/
src/ Kernel/ ScheduleSuccessFailTest.php, line 21
Class
- ScheduleSuccessFailTest
- Test the schedule integration with plugins during success/fail.
Namespace
Drupal\Tests\webform_scheduled_tasks\KernelCode
public static $modules = [
'system',
'user',
'webform',
'webform_scheduled_tasks',
'webform_scheduled_tasks_test_types',
];