summaryrefslogtreecommitdiffstats
path: root/tests/axis_centered_renderer_test.php
diff options
context:
space:
mode:
authorDerick Rethans <github@derickrethans.nl>2006-08-22 08:39:03 +0000
committerDerick Rethans <github@derickrethans.nl>2006-08-22 08:39:03 +0000
commit5298e85976086eeaac3517c359e41f2c2ee444d5 (patch)
tree2a656b1414b925fe585be61f0b5a3a598f28c0ea /tests/axis_centered_renderer_test.php
parent5091a24682cf37af25eebd4158a0d9480aea6252 (diff)
downloadzetacomponents-graph-5298e85976086eeaac3517c359e41f2c2ee444d5.zip
zetacomponents-graph-5298e85976086eeaac3517c359e41f2c2ee444d5.tar.gz
- Mark these tests as skipped when testing with PHP 5.1.3 because PHPUnit
requires PHp 5.1.3 or higher for those tests to work.
Diffstat (limited to 'tests/axis_centered_renderer_test.php')
-rw-r--r--tests/axis_centered_renderer_test.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/axis_centered_renderer_test.php b/tests/axis_centered_renderer_test.php
index 170e11c..d2c1fba 100644
--- a/tests/axis_centered_renderer_test.php
+++ b/tests/axis_centered_renderer_test.php
@@ -34,6 +34,10 @@ class ezcGraphAxisCenteredRendererTest 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