You are here

function WebformSubmissionTestCase::setUp in Webform 6.3

Same name and namespace in other branches
  1. 6.2 tests/submission.test \WebformSubmissionTestCase::setUp()
  2. 7.3 tests/submission.test \WebformSubmissionTestCase::setUp()

Implements setUp().

Overrides WebformTestCase::setUp

File

tests/submission.test, line 25

Class

WebformSubmissionTestCase

Code

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