summaryrefslogtreecommitdiffstats
path: root/tests/axis_centered_renderer_test.php
diff options
context:
space:
mode:
authorSebastian Bergmann <sb@sebastian-bergmann.de>2006-09-14 09:58:33 +0000
committerSebastian Bergmann <sb@sebastian-bergmann.de>2006-09-14 09:58:33 +0000
commit32b94070bd2bc02d9d937982e2785a6c33854b2b (patch)
treeeb2fc5df366ab34577dcc3d87f22d58d650ac3d6 /tests/axis_centered_renderer_test.php
parent9dbf37fe5bdb18faae066f8ded2fa10c93343b81 (diff)
downloadzetacomponents-graph-32b94070bd2bc02d9d937982e2785a6c33854b2b.zip
zetacomponents-graph-32b94070bd2bc02d9d937982e2785a6c33854b2b.tar.gz
Clean up setUp() and tearDown().
Diffstat (limited to 'tests/axis_centered_renderer_test.php')
-rw-r--r--tests/axis_centered_renderer_test.php17
1 files changed, 1 insertions, 16 deletions
diff --git a/tests/axis_centered_renderer_test.php b/tests/axis_centered_renderer_test.php
index d2c1fba..a06389d 100644
--- a/tests/axis_centered_renderer_test.php
+++ b/tests/axis_centered_renderer_test.php
@@ -17,7 +17,6 @@
*/
class ezcGraphAxisCenteredRendererTest extends ezcTestCase
{
-
protected $renderer;
protected $driver;
@@ -27,12 +26,7 @@ class ezcGraphAxisCenteredRendererTest extends ezcTestCase
return new ezcTestSuite( "ezcGraphAxisCenteredRendererTest" );
}
- /**
- * setUp
- *
- * @access public
- */
- public function setUp()
+ protected function setUp()
{
if ( version_compare( phpversion(), '5.1.3', '<' ) )
{
@@ -40,15 +34,6 @@ class ezcGraphAxisCenteredRendererTest extends ezcTestCase
}
}
- /**
- * tearDown
- *
- * @access public
- */
- public function tearDown()
- {
- }
-
public function testRenderAxisGrid()
{
$chart = new ezcGraphLineChart();
OpenPOWER on IntegriCloud