You are here

public static function DateFormTestCase::getInfo in Date 7.2

Same name and namespace in other branches
  1. 7.3 tests/DateFormTestCase.test \DateFormTestCase::getInfo()

Date form info.

File

tests/DateFormTestCase.test, line 16
Contains form specific date element test cases.

Class

DateFormTestCase
Contains form specific date element test cases.

Code

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