public static function DateRRuleCalcTest::getInfo in Date 8
File
- date_repeat/
lib/ Drupal/ date_repeat/ Tests/ DateRRuleCalcTest.php, line 15 - Test Date Repeat calculations.
Class
Namespace
Drupal\date_repeat\TestsCode
public static function getInfo() {
return array(
'name' => t('Date RRule'),
'description' => t('Test Date RRule functions to create arrays of dates from iCal RRules.'),
'group' => t('Date'),
);
}