You are here

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

Modules to install.

Type: array

Overrides FileTestBase::$modules

File

tests/src/Kernel/EmailedExportTest.php, line 35

Class

EmailedExportTest
Test the email export plugin.

Namespace

Drupal\Tests\webform_scheduled_tasks\Kernel

Code

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