public static function DateRepeatFormTest::getInfo in Date 8
File
- date_repeat/
lib/ Drupal/ date_repeat/ Tests/ DateRepeatFormTest.php, line 17 - Test Date Repeat form.
Class
Namespace
Drupal\date_repeat\TestsCode
public static function getInfo() {
return array(
'name' => t('Date Repeat Form'),
'description' => t('Test Date Repeat form.'),
'group' => t('Date'),
);
}