From 4f4a516add35c0793cdf9d7fc90c505c719b775d Mon Sep 17 00:00:00 2001 From: Filippo Tessarotto Date: Sun, 25 Nov 2012 10:33:54 +0100 Subject: [PATCH] Tests: set locale to en_US.utf8 --- unitTests/bootstrap.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unitTests/bootstrap.php b/unitTests/bootstrap.php index 6fe28c83..8293b930 100644 --- a/unitTests/bootstrap.php +++ b/unitTests/bootstrap.php @@ -10,6 +10,8 @@ chdir(dirname(__FILE__)); +setlocale(LC_ALL, 'en_US.utf8'); + // PHP 5.3 Compat date_default_timezone_set('Europe/London');