Skip to content

Commit 6d48341

Browse files
committed
Set default timezone to UTC in tests
1 parent df7dc49 commit 6d48341

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/bootstrap.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php
22

33
error_reporting(E_ALL | E_STRICT);
4+
date_default_timezone_set('UTC');
45

56
// include the composer autoloader
67
$autoloader = require __DIR__.'/../vendor/autoload.php';

0 commit comments

Comments
 (0)