public static function DateTimeFunctionalTest::getInfo in Drupal 7
File
- modules/
system/ system.test, line 1260 - Tests for system.module.
Class
- DateTimeFunctionalTest
- Tests generic date and time handling capabilities of Drupal.
Code
public static function getInfo() {
return array(
'name' => 'Date and time',
'description' => 'Configure date and time settings. Test date formatting and time zone handling, including daylight saving time.',
'group' => 'System',
);
}