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

rules_scheduler/tests/rules_scheduler.test, line 27

Class

RulesSchedulerTestCase
Test cases for the Rules Scheduler module.

Code

protected function setUp() {
  parent::setUp('rules_scheduler', 'rules_scheduler_test');
  RulesLog::logger()->clear();
  variable_set('rules_debug_log', TRUE);
}