You are here

function RulesEventDispatcherTestCase::setUp in Rules 8.3

Same name and namespace in other branches
  1. 7.2 tests/rules.test \RulesEventDispatcherTestCase::setUp()

File

d7-tests/rules_test_event_dispatcher_case.test, line 27
Rules 7.x tests.

Class

RulesEventDispatcherTestCase
Test event dispatcher functionality.

Code

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