You are here

public static property UserTimeZoneTest::$modules in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/user/src/Tests/UserTimeZoneTest.php \Drupal\user\Tests\UserTimeZoneTest::modules

Modules to enable.

Type: array

File

core/modules/user/src/Tests/UserTimeZoneTest.php, line 24
Contains \Drupal\user\Tests\UserTimeZoneTest.

Class

UserTimeZoneTest
Set a user time zone and verify that dates are displayed in local time.

Namespace

Drupal\user\Tests

Code

public static $modules = array(
  'node',
);