public static function UltimateCronRulesUnitTestCase::getInfo in Ultimate Cron 6
Same name and namespace in other branches
- 8 tests/rules.test \UltimateCronRulesUnitTestCase::getInfo()
- 7.2 tests/rules.test \UltimateCronRulesUnitTestCase::getInfo()
- 7 tests/rules.test \UltimateCronRulesUnitTestCase::getInfo()
File
- tests/rules.test, line 14
- Tests for Ultimate Cron's cron parser
Class
- UltimateCronRulesUnitTestCase
- @file
Code
public static function getInfo() {
return array(
'name' => 'Rules',
'description' => 'Test crontab rules parser.',
'group' => 'Cron',
);
}