You are here

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

Modules to install.

Type: array

Overrides KernelTestBase::$modules

File

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

Class

WebformScheduledTaskSerializationTest
Test serializing the entity.

Namespace

Drupal\Tests\webform_scheduled_tasks\Kernel

Code

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