mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
Set timezone for tests
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
error_reporting(E_ALL | E_STRICT);
|
error_reporting(E_ALL | E_STRICT);
|
||||||
|
date_default_timezone_set('UTC');
|
||||||
|
|
||||||
// Ensure that composer has installed all dependencies
|
// Ensure that composer has installed all dependencies
|
||||||
if (!file_exists(dirname(__DIR__) . '/vendor/autoload.php')) {
|
if (!file_exists(dirname(__DIR__) . '/vendor/autoload.php')) {
|
||||||
|
|||||||
Reference in New Issue
Block a user