Эх сурвалжийг харах

Explicitly set timezone to UTC for tests

Amit Snyderman 12 жил өмнө
parent
commit
6634f44ca6

+ 2 - 0
test/bootstrap.php

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