You are here

function WebformComponentsTestCase::setUp in Webform 6.2

Same name and namespace in other branches
  1. 6.3 tests/components.test \WebformComponentsTestCase::setUp()
  2. 7.3 tests/components.test \WebformComponentsTestCase::setUp()

Implementation of setUp().

Overrides WebformTestCase::setUp

File

tests/components.test, line 25

Class

WebformComponentsTestCase

Code

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