You are here

public static function DateFieldTestCase::getInfo in Date 7

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

File

tests/date_field.test, line 5

Class

DateFieldTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Date Field',
    'description' => 'Test date field settings and from/to date interaction.',
    'group' => 'Date',
  );
}