summaryrefslogtreecommitdiffstats
path: root/tests/driver_svg_svg_font_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/driver_svg_svg_font_test.php')
-rw-r--r--tests/driver_svg_svg_font_test.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/driver_svg_svg_font_test.php b/tests/driver_svg_svg_font_test.php
index ab3fdf3..b1d3329 100644
--- a/tests/driver_svg_svg_font_test.php
+++ b/tests/driver_svg_svg_font_test.php
@@ -63,8 +63,6 @@ class ezcGraphSvgSvgFontDriverTest extends ezcGraphTestCase
$this->driver->options->height = 100;
$this->driver->options->font->path = $this->basePath . 'font.svg';
-
- $this->setLocale( LC_NUMERIC, 'en_US', 'en_US.UTF-8', 'en_US.UTF8', 'en', 'english', 'en_US@euro' );
}
protected function tearDown()
@@ -74,6 +72,8 @@ class ezcGraphSvgSvgFontDriverTest extends ezcGraphTestCase
{
$this->removeTempDir();
}
+
+ $this->setLocale( LC_NUMERIC, 'en_US', 'en_US.UTF-8', 'en_US.UTF8', 'en', 'english', 'en_US@euro' );
}
public function testDrawTextBoxShortString()
OpenPOWER on IntegriCloud