summaryrefslogtreecommitdiffstats
path: root/tests/axis_boxed_renderer_test.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/axis_boxed_renderer_test.php
parent323edff5f22cb8d116d0eb58083f9733e1f53126 (diff)
downloadzetacomponents-graph-93062e252a16efeaea9c95484232a009a1569a51.zip
zetacomponents-graph-93062e252a16efeaea9c95484232a009a1569a51.tar.gz
Ensure correct locale in all tests
Diffstat (limited to 'tests/axis_boxed_renderer_test.php')
-rw-r--r--tests/axis_boxed_renderer_test.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/axis_boxed_renderer_test.php b/tests/axis_boxed_renderer_test.php
index 32c63ad..9e29333 100644
--- a/tests/axis_boxed_renderer_test.php
+++ b/tests/axis_boxed_renderer_test.php
@@ -42,8 +42,10 @@ class ezcGraphAxisBoxedRendererTest extends ezcTestCase
return new PHPUnit_Framework_TestSuite( "ezcGraphAxisBoxedRendererTest" );
}
- protected function setUp()
+ public function setUp()
{
+ parent::setUp();
+
if ( version_compare( phpversion(), '5.1.3', '<' ) )
{
$this->markTestSkipped( "These tests required atleast PHP 5.1.3" );
OpenPOWER on IntegriCloud