You are here

public static property WebformHandlerEmailAdvancedTest::$modules in Webform 6.x

Same name and namespace in other branches
  1. 8.5 tests/src/Functional/Handler/WebformHandlerEmailAdvancedTest.php \Drupal\Tests\webform\Functional\Handler\WebformHandlerEmailAdvancedTest::modules

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

tests/src/Functional/Handler/WebformHandlerEmailAdvancedTest.php, line 15

Class

WebformHandlerEmailAdvancedTest
Tests for advanced email webform handler functionality with HTML and attachments.

Namespace

Drupal\Tests\webform\Functional\Handler

Code

public static $modules = [
  'filter',
  'file',
  'webform',
];