You are here

public static function DateFieldTestCase::getInfo in Date 7.3

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

Date Field.

File

tests/DateFieldTestCase.test, line 16
Test the handling of the two included field widgets.

Class

DateFieldTestCase
Test the handling of the two included field widgets.

Code

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