You are here

public static function UltimateCronRulesUnitTestCase::getInfo in Ultimate Cron 7

Same name and namespace in other branches
  1. 8 tests/rules.test \UltimateCronRulesUnitTestCase::getInfo()
  2. 6 tests/rules.test \UltimateCronRulesUnitTestCase::getInfo()
  3. 7.2 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',
  );
}