Merge pull request #96 from Slamdunk/hotfix/test-locale

Tests: explicit locale to en_US.utf8
This commit is contained in:
Mark Baker 2012-11-25 03:12:53 -08:00
commit c0cce163dc
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@
chdir(dirname(__FILE__)); chdir(dirname(__FILE__));
setlocale(LC_ALL, 'en_US.utf8');
// PHP 5.3 Compat // PHP 5.3 Compat
date_default_timezone_set('Europe/London'); date_default_timezone_set('Europe/London');