Explorar o código

Explicitly set timezone to UTC for tests

Amit Snyderman %!s(int64=12) %!d(string=hai) anos
pai
achega
6634f44ca6
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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();