public static property UserTimeZoneTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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\TestsCode
public static $modules = array(
'node',
);