function FormExampleTestCase::setUp

Enable modules.

Parameters

...: List of modules to enable for the duration of the test. This can be either a single array or a variable number of string arguments.

Overrides DrupalWebTestCase::setUp

File

form_example/form_example.test, line 29

Class

FormExampleTestCase
Default test case for the form_example module.

Code

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