summaryrefslogtreecommitdiffstats
path: root/tests/radar_axis_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/radar_axis_test.php')
-rw-r--r--tests/radar_axis_test.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/radar_axis_test.php b/tests/radar_axis_test.php
index 22c8b54..482bba9 100644
--- a/tests/radar_axis_test.php
+++ b/tests/radar_axis_test.php
@@ -49,6 +49,8 @@ class ezcGraphRadarChartAxisTest extends ezcGraphTestCase
static $i = 0;
$this->tempDir = $this->createTempDir( __CLASS__ . sprintf( '_%03d_', ++$i ) ) . '/';
$this->basePath = dirname( __FILE__ ) . '/data/';
+
+ $this->setLocale( LC_NUMERIC, 'en_US', 'en_US.UTF-8', 'en_US.UTF8', 'en', 'english', 'en_US@euro' );
}
protected function tearDown()
OpenPOWER on IntegriCloud