function DateAPI::get_info in Date 6
Same name and namespace in other branches
- 5.2 tests/date_api.test \DateAPI::get_info()
File
- tests/
date_api.test, line 6
Class
- DateAPI
- Test Date API functions
Code
function get_info() {
return array(
'name' => t('Date API'),
'desc' => t('Test Date API functions like date_convert(), date_part_extract(), date_is_valid(), date_last_day_of_month(), date_first_day_of_week().'),
'group' => 'Date tests',
);
}