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