You are here

protected function WebformHandlerEmailAdvancedTest::setUp 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::setUp()

Overrides WebformBrowserTestBase::setUp

File

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

Class

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

Namespace

Drupal\Tests\webform\Functional\Handler

Code

protected function setUp() {
  parent::setUp();

  // Create filter.
  $this
    ->createFilters();
}