function AjaxExampleTestCase::setUp

Enable module.

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

ajax_example/ajax_example.test, line 28

Class

AjaxExampleTestCase
Functional tests for AJAX Example module.

Code

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