Parcourir la source

Explicitly set timezone to UTC for tests

Amit Snyderman il y a 12 ans
Parent
commit
6634f44ca6
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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();