diff options
author | Sebastian Bergmann <sb@sebastian-bergmann.de> | 2006-09-14 09:58:33 +0000 |
---|---|---|
committer | Sebastian Bergmann <sb@sebastian-bergmann.de> | 2006-09-14 09:58:33 +0000 |
commit | 32b94070bd2bc02d9d937982e2785a6c33854b2b (patch) | |
tree | eb2fc5df366ab34577dcc3d87f22d58d650ac3d6 /tests/palette_test.php | |
parent | 9dbf37fe5bdb18faae066f8ded2fa10c93343b81 (diff) | |
download | zetacomponents-graph-32b94070bd2bc02d9d937982e2785a6c33854b2b.zip zetacomponents-graph-32b94070bd2bc02d9d937982e2785a6c33854b2b.tar.gz |
Clean up setUp() and tearDown().
Diffstat (limited to 'tests/palette_test.php')
-rw-r--r-- | tests/palette_test.php | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/tests/palette_test.php b/tests/palette_test.php index c80850e..bb57b0e 100644 --- a/tests/palette_test.php +++ b/tests/palette_test.php @@ -17,30 +17,11 @@ */ class ezcGraphPaletteTest extends ezcTestCase { - public static function suite() { return new ezcTestSuite( "ezcGraphPaletteTest" ); } - /** - * setUp - * - * @access public - */ - public function setUp() - { - } - - /** - * tearDown - * - * @access public - */ - public function tearDown() - { - } - public function testDefaultPalette() { $chart = new ezcGraphLineChart(); |