mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
Set the default timezone to avoid errors in hhvm
Added a default timezone to the bootstrap.php to fix errors in HHVM tests, which was introduced when Travis removed the default `/etc/hhvm/php.ini` in https://github.com/travis-ci/travis-ci/issues/2523#issuecomment-59303763
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<?php
|
||||
|
||||
error_reporting(E_ALL | E_STRICT);
|
||||
date_default_timezone_set('UTC');
|
||||
|
||||
// Ensure that composer has installed all dependencies
|
||||
if (!file_exists(dirname(__DIR__) . '/vendor/autoload.php')) {
|
||||
|
||||
Reference in New Issue
Block a user