You are here

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

DateRRuleCalcTest

Namespace

Drupal\date_repeat\Tests

Code

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'),
  );
}