You are here

public static function DateAllDayUiTestCase::getInfo in Date 7.3

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

Date All Day.

File

date_all_day/tests/DateAllDayUiTestCase.test, line 16
Test Date All Day functionality.

Class

DateAllDayUiTestCase
Test Date All Day functionality.

Code

public static function getInfo() {
  return array(
    'name' => t('Date All Day unit'),
    'description' => t('Test Date All Day functions.'),
    'group' => t('Date'),
  );
}