function DateTimeFunctionalTest::getInfo

File

modules/system/system.test, line 1324

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.