protected function WebformRenderingTest::setUp in Webform 6.x
Same name and namespace in other branches
- 8.5 tests/src/Functional/WebformRenderingTest.php \Drupal\Tests\webform\Functional\WebformRenderingTest::setUp()
Overrides WebformBrowserTestBase::setUp
File
- tests/
src/ Functional/ WebformRenderingTest.php, line 34
Class
- WebformRenderingTest
- Tests for webform token submission value.
Namespace
Drupal\Tests\webform\FunctionalCode
protected function setUp() {
parent::setUp();
// Create filters.
$this
->createFilters();
$this
->drupalLogin($this->rootUser);
}