Skip to content

Commit

Permalink
Fixing default timezone for tests, as travis keeps failing due to tra…
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius authored and deeky666 committed Oct 17, 2014
1 parent 9c3cce4 commit 1997142
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Doctrine/Tests/TestInit.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1997142

Please sign in to comment.