diff options
Diffstat (limited to 'tests/axis_rotated_renderer_test.php')
-rw-r--r-- | tests/axis_rotated_renderer_test.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/axis_rotated_renderer_test.php b/tests/axis_rotated_renderer_test.php index 8d6ec2c..f136d12 100644 --- a/tests/axis_rotated_renderer_test.php +++ b/tests/axis_rotated_renderer_test.php @@ -48,8 +48,10 @@ class ezcGraphAxisRotatedRendererTest extends ezcGraphTestCase return new PHPUnit_Framework_TestSuite( "ezcGraphAxisRotatedRendererTest" ); } - protected function setUp() + public function setUp() { + parent::setUp(); + static $i = 0; if ( version_compare( phpversion(), '5.1.3', '<' ) ) @@ -61,7 +63,7 @@ class ezcGraphAxisRotatedRendererTest extends ezcGraphTestCase $this->basePath = dirname( __FILE__ ) . '/data/'; } - protected function tearDown() + public function tearDown() { if ( !$this->hasFailed() ) { |