function CacheExampleTestCase::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

cache_example/cache_example.test, line 28

Class

CacheExampleTestCase
Functional tests for the Cache Example module.

Code

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