function RulesEventDispatcherTestCase::setUp

Same name and namespace in other branches
  1. 8.x-3.x d7-tests/rules_test_event_dispatcher_case.test \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');
}