You are here

public static function DatePopupFieldTestCase::getInfo in Date 7.3

Same name and namespace in other branches
  1. 7.2 date_popup/tests/DatePopupFieldTestCase.test \DatePopupFieldTestCase::getInfo()

Define this test class.

File

date_popup/tests/DatePopupFieldTestCase.test, line 16
Test the custom field functionality provided by the Date Popup module.

Class

DatePopupFieldTestCase
Test the custom field functionality provided by the Date Popup module.

Code

public static function getInfo() {
  return array(
    'name' => t('Date Popup'),
    'description' => t('Test the custom functionality of the Date Popup module.'),
    'group' => t('Date'),
  );
}