You are here

protected function WebformEntityTranslationTest::setUp in Webform 6.x

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

Overrides WebformBrowserTestBase::setUp

File

tests/src/Functional/WebformEntityTranslationTest.php, line 25

Class

WebformEntityTranslationTest
Tests for webform translation.

Namespace

Drupal\Tests\webform\Functional

Code

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

  // Place blocks.
  $this
    ->placeBlocks();

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