Set timezone for tests

This commit is contained in:
Ben Ramsey
2014-10-24 08:55:20 -05:00
parent a8c91e04f6
commit e66eb997a1
+1
View File
@@ -1,6 +1,7 @@
<?php
error_reporting(E_ALL | E_STRICT);
date_default_timezone_set('UTC');
// Ensure that composer has installed all dependencies
if (!file_exists(dirname(__DIR__) . '/vendor/autoload.php')) {