summaryrefslogtreecommitdiffstats
path: root/tests/axis_rotated_boxed_renderer_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/axis_rotated_boxed_renderer_test.php')
-rw-r--r--tests/axis_rotated_boxed_renderer_test.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/axis_rotated_boxed_renderer_test.php b/tests/axis_rotated_boxed_renderer_test.php
index 94c0c77..ece2794 100644
--- a/tests/axis_rotated_boxed_renderer_test.php
+++ b/tests/axis_rotated_boxed_renderer_test.php
@@ -48,8 +48,10 @@ class ezcGraphAxisRotatedBoxedRendererTest extends ezcGraphTestCase
return new PHPUnit_Framework_TestSuite( __CLASS__ );
}
- protected function setUp()
+ public function setUp()
{
+ parent::setUp();
+
static $i = 0;
if ( version_compare( phpversion(), '5.1.3', '<' ) )
@@ -61,7 +63,7 @@ class ezcGraphAxisRotatedBoxedRendererTest extends ezcGraphTestCase
$this->basePath = dirname( __FILE__ ) . '/data/';
}
- protected function tearDown()
+ public function tearDown()
{
if ( !$this->hasFailed() )
{
OpenPOWER on IntegriCloud