public static function DateTimeTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/System/DateTimeTest.php, line 25
Definition of Drupal\system\Tests\System\DateTimeTest.

Class

DateTimeTest
Tests generic date and time handling capabilities of Drupal.

Namespace

Drupal\system\Tests\System

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',
  );
}