Skip to content

Commit

Permalink
Add default timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
sop committed May 14, 2016
1 parent 3e31d68 commit a9bae33
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@

define("TEST_ASSETS_DIR", __DIR__ . "/assets");
require dirname(__DIR__) . "/vendor/autoload.php";

if (empty(ini_get("date.timezone"))) {
ini_set("date.timezone", "UTC");
}

0 comments on commit a9bae33

Please sign in to comment.