Explicitly set timezone to UTC for tests

This commit is contained in:
Amit Snyderman
2013-09-05 14:23:23 -04:00
parent 14bc3b4f6a
commit 6634f44ca6
+2
View File
@@ -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();