public static function SchedulerRulesTest::getInfo in Scheduler 7
File
- tests/
scheduler.test, line 1223 - Scheduler module test case file.
Class
- SchedulerRulesTest
- Tests Schedulers interaction with the Rules module.
Code
public static function getInfo() {
return array(
'name' => 'Scheduler and Rules Integration',
'description' => 'Tests the Rules actions and conditions provided by Scheduler.',
'group' => 'Scheduler',
);
}