diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2006-05-17 11:20:47 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2006-05-17 11:20:47 +0000 |
commit | 3ed40a4c2cf646edd4adb964b8a2f3224ae37263 (patch) | |
tree | fcb19f1fab26ba0b6d05e39e6087f643ea47feb1 /tests/chart_test.php | |
parent | f266eff60c9b9350f32d6c60dcd9cd6d6bec6630 (diff) | |
download | zetacomponents-graph-3ed40a4c2cf646edd4adb964b8a2f3224ae37263.zip zetacomponents-graph-3ed40a4c2cf646edd4adb964b8a2f3224ae37263.tar.gz |
- Added tests and implementation for legend generation
Diffstat (limited to 'tests/chart_test.php')
-rw-r--r-- | tests/chart_test.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/chart_test.php b/tests/chart_test.php index 27e64ce..b59a739 100644 --- a/tests/chart_test.php +++ b/tests/chart_test.php @@ -263,12 +263,5 @@ class ezcGraphChartTest extends ezcTestCase $this->fail( 'Expected ezcGraphInvalidDriverException' ); } - - public function testRender() - { - throw new PHPUnit2_Framework_IncompleteTestError( - '@TODO: Implement renderer tests.' - ); - } } ?> |