Commit 1997142e authored by Marco Pivetta's avatar Marco Pivetta Committed by Steve Müller

Fixing default timezone for tests, as travis keeps failing due to travis-ci/travis-ci#2523

parent 9c3cce47
......@@ -4,6 +4,7 @@
*/
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment