mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-30 20:18:00 +00:00
Merge pull request #96 from Slamdunk/hotfix/test-locale
Tests: explicit locale to en_US.utf8
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
|
||||
chdir(dirname(__FILE__));
|
||||
|
||||
setlocale(LC_ALL, 'en_US.utf8');
|
||||
|
||||
// PHP 5.3 Compat
|
||||
date_default_timezone_set('Europe/London');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user