You are here

public function WebformComponentsTestCase::setUp in Webform 7.3

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

Implements hook.

Overrides WebformTestCase::setUp

File

tests/components.test, line 28

Class

WebformComponentsTestCase

Code

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