summaryrefslogtreecommitdiffstats
path: root/tests/axis_exact_renderer_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/axis_exact_renderer_test.php')
-rw-r--r--tests/axis_exact_renderer_test.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/axis_exact_renderer_test.php b/tests/axis_exact_renderer_test.php
index 34f08f2..a4ade6d 100644
--- a/tests/axis_exact_renderer_test.php
+++ b/tests/axis_exact_renderer_test.php
@@ -34,6 +34,10 @@ class ezcGraphAxisExactRendererTest extends ezcTestCase
*/
public function setUp()
{
+ if ( version_compare( phpversion(), '5.1.3', '<' ) )
+ {
+ $this->markTestSkipped( "These tests required atleast PHP 5.1.3" );
+ }
}
/**
OpenPOWER on IntegriCloud