function RulesEventDispatcherTestCase::setUp

Overrides DrupalWebTestCase::setUp().

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

tests/rules.test, line 2162

Class

RulesEventDispatcherTestCase
Tests event dispatcher functionality.

Code

protected function setUp() {
  parent::setUp('rules', 'rules_test');
}