浏览代码

Explicitly set timezone to UTC for tests

Amit Snyderman 12 年之前
父节点
当前提交
6634f44ca6
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      test/bootstrap.php

+ 2 - 0
test/bootstrap.php

@@ -9,6 +9,8 @@
  * file that was distributed with this source code.
  */
 
+date_default_timezone_set('UTC');
+
 require dirname(__FILE__).'/../src/Mustache/Autoloader.php';
 Mustache_Autoloader::register();