Commit 09f10508 authored by Marco Pivetta's avatar Marco Pivetta

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

parent f4a5f19c
......@@ -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