From 697640f56102823b0be16a6cd182823f61d65db0 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Sun, 19 Oct 2014 10:54:35 +0200 Subject: [PATCH] Setting default timezone, as HHVM is misconfigured on travis-ci --- tests/Doctrine/Tests/TestInit.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Doctrine/Tests/TestInit.php b/tests/Doctrine/Tests/TestInit.php index c257a75b6..f974c9915 100644 --- a/tests/Doctrine/Tests/TestInit.php +++ b/tests/Doctrine/Tests/TestInit.php @@ -5,6 +5,7 @@ namespace Doctrine\Tests; error_reporting(E_ALL | E_STRICT); +date_default_timezone_set('UTC'); if (file_exists(__DIR__ . '/../../../vendor/autoload.php')) { // dependencies were installed via composer - this is the main project