public static function UserTimeZoneTest::getInfo

File

drupal/core/modules/user/lib/Drupal/user/Tests/UserTimeZoneTest.php, line 16
Definition of Drupal\user\Tests\UserTimeZoneTest.

Class

UserTimeZoneTest
Tests for user-configurable time zones.

Namespace

Drupal\user\Tests

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