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