function UserTimeZoneFunctionalTest::getInfo

File

modules/user/user.test, line 1792

Class

UserTimeZoneFunctionalTest
Tests for user-configurable time zones.

Code

public static function getInfo() {
    return array(
        'name' => 'User time zones',
        'description' => 'Set a user time zone and verify that dates are displayed in local time.',
        'group' => 'User',
    );
}

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