1
0
mirror of synced 2025-01-19 15:01:40 +03:00

Setting default timezone, as HHVM is misconfigured on travis-ci

This commit is contained in:
Marco Pivetta 2014-10-19 10:54:35 +02:00
parent f5ecabbc21
commit 697640f561

View File

@ -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