소스 검색

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();