public static function DateTimeFunctionalTest::getInfo

7.x system.test public static DateTimeFunctionalTest::getInfo()

File

drupal-7.x/modules/system/system.test, line 1118
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',
  );
}