You are here

protected function WebformSubmissionViewTest::setUp in Webform 6.x

Same name and namespace in other branches
  1. 8.5 tests/src/Functional/WebformSubmissionViewTest.php \Drupal\Tests\webform\Functional\WebformSubmissionViewTest::setUp()

Overrides WebformBrowserTestBase::setUp

File

tests/src/Functional/WebformSubmissionViewTest.php, line 34

Class

WebformSubmissionViewTest
Tests for webform submission view as HTML, YAML, and plain text.

Namespace

Drupal\Tests\webform\Functional

Code

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

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