You are here

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

Modules to install.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/WebformScheduledTaskDependenciesTest.php, line 22

Class

WebformScheduledTaskDependenciesTest
Scheduled task dependencies test.

Namespace

Drupal\Tests\webform_scheduled_tasks\Kernel

Code

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