You are here

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

DateRepeatFormTest

Namespace

Drupal\date_repeat\Tests

Code

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