summaryrefslogtreecommitdiffstats
path: root/tests/test_case.php
diff options
context:
space:
mode:
authorKore Nordmann <mail@kore-nordmann.de>2013-12-21 11:32:05 +0100
committerKore Nordmann <mail@kore-nordmann.de>2013-12-21 11:32:05 +0100
commit93062e252a16efeaea9c95484232a009a1569a51 (patch)
tree68e9ced5ec51b66cdb515f93759b80618361ebb2 /tests/test_case.php
parent323edff5f22cb8d116d0eb58083f9733e1f53126 (diff)
downloadzetacomponents-graph-93062e252a16efeaea9c95484232a009a1569a51.zip
zetacomponents-graph-93062e252a16efeaea9c95484232a009a1569a51.tar.gz
Ensure correct locale in all tests
Diffstat (limited to 'tests/test_case.php')
-rw-r--r--tests/test_case.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test_case.php b/tests/test_case.php
index 258a241..86755b1 100644
--- a/tests/test_case.php
+++ b/tests/test_case.php
@@ -26,6 +26,11 @@
abstract class ezcGraphTestCase extends ezcTestImageCase
{
+ public function setUp()
+ {
+ $this->setLocale( LC_NUMERIC, 'en_US', 'en_US.UTF-8', 'en_US.UTF8', 'en', 'english', 'en_US@euro' );
+ }
+
/**
* Normalize given PHP code for flash generation
*
OpenPOWER on IntegriCloud