You are here

public function WebformSubmissionTestCase::setUp in Webform 7.3

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

Implements hook.

Overrides WebformTestCase::setUp

File

tests/submission.test, line 28

Class

WebformSubmissionTestCase

Code

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