public static function DateAllDayUiTestCase::getInfo in Date 7.2
Same name and namespace in other branches
- 7.3 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'),
);
}