You are here

protected function WebformVariantElementTest::setUp in Webform 6.x

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

Overrides WebformBrowserTestBase::setUp

File

tests/src/Functional/Variant/WebformVariantElementTest.php, line 32

Class

WebformVariantElementTest
Tests for the webform variant element.

Namespace

Drupal\Tests\webform\Functional\Variant

Code

protected function setUp() {
  parent::setUp();
  $this
    ->placeBlocks();
}