function PageExampleTestCase::setUp

Enable modules and create user with specific permissions.

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

page_example/page_example.test, line 33

Class

PageExampleTestCase
Functional tests for the Page Example module.

Code

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