mirror of
https://github.com/retailcrm/PHPExcel.git
synced 2024-11-25 23:06:03 +03:00
Tests: set locale to en_US.utf8
This commit is contained in:
parent
9ad2d65c8d
commit
4f4a516add
@ -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');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user