You are here

public static function DateRepeatFormTestCase::getInfo in Date 7.3

Same name and namespace in other branches
  1. 7.2 date_repeat/tests/date_repeat_form.test \DateRepeatFormTestCase::getInfo()

Date repeat forms test.

File

date_repeat/tests/date_repeat_form.test, line 23
Test Date Repeat form.

Class

DateRepeatFormTestCase
Test Date Repeat form.

Code

public static function getInfo() {
  return array(
    'name' => t('Date Repeat Form'),
    'description' => t('Test Date Repeat form.'),
    'group' => t('Date'),
  );
}