diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2006-05-31 10:09:24 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2006-05-31 10:09:24 +0000 |
commit | be71d4bacef6f010a54df59356f97727a932de43 (patch) | |
tree | 66506017c342c9d745346619f8ddcadff3e72b4c /tests/chart_test.php | |
parent | 4a2d7f6335135e7fe09ae71e6d9bc6dbd7100281 (diff) | |
download | zetacomponents-graph-be71d4bacef6f010a54df59356f97727a932de43.zip zetacomponents-graph-be71d4bacef6f010a54df59356f97727a932de43.tar.gz |
- Added test for axis rendering
- Implemented axis rendering
- Missing lables
Diffstat (limited to 'tests/chart_test.php')
-rw-r--r-- | tests/chart_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/chart_test.php b/tests/chart_test.php index e19be7e..a1ee7c4 100644 --- a/tests/chart_test.php +++ b/tests/chart_test.php @@ -236,7 +236,7 @@ class ezcGraphChartTest extends ezcTestCase try { $pieChart = ezcGraph::create( 'Pie' ); - $driver = $pieChart->driver = new ezcGraphGDDriver(); + $driver = $pieChart->driver = new ezcGraphGdDriver(); } catch ( Exception $e ) { |