You are here

protected function WebformStatesServerTest::setUp in Webform 6.x

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

Overrides WebformBrowserTestBase::setUp

File

tests/src/Functional/States/WebformStatesServerTest.php, line 48

Class

WebformStatesServerTest
Tests for webform submission conditions (#states) validator.

Namespace

Drupal\Tests\webform\Functional\States

Code

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

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