You are here

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

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/FunctionalJavascript/EmailedExportUiTest.php, line 25

Class

EmailedExportUiTest
Test the email export task plugin UI.

Namespace

Drupal\Tests\webform_scheduled_tasks\FunctionalJavascript

Code

public static $modules = [
  'block',
  'webform_scheduled_tasks',
];