You are here

protected function WebformElementComputedTest::setUp in Webform 6.x

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

Overrides WebformBrowserTestBase::setUp

File

tests/src/Functional/Element/WebformElementComputedTest.php, line 36

Class

WebformElementComputedTest
Tests for computed elements.

Namespace

Drupal\Tests\webform\Functional\Element

Code

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

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