Setting default timezone, as HHVM is misconfigured on travis-ci
This commit is contained in:
parent
f5ecabbc21
commit
697640f561
@ -5,6 +5,7 @@
|
|||||||
namespace Doctrine\Tests;
|
namespace Doctrine\Tests;
|
||||||
|
|
||||||
error_reporting(E_ALL | E_STRICT);
|
error_reporting(E_ALL | E_STRICT);
|
||||||
|
date_default_timezone_set('UTC');
|
||||||
|
|
||||||
if (file_exists(__DIR__ . '/../../../vendor/autoload.php')) {
|
if (file_exists(__DIR__ . '/../../../vendor/autoload.php')) {
|
||||||
// dependencies were installed via composer - this is the main project
|
// dependencies were installed via composer - this is the main project
|
||||||
|
Loading…
x
Reference in New Issue
Block a user