summaryrefslogtreecommitdiffstats
path: root/tests/chart_test.php
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2006-05-31 10:09:24 +0000
committerKore Nordmann <github@kore-nordmann.de>2006-05-31 10:09:24 +0000
commitbe71d4bacef6f010a54df59356f97727a932de43 (patch)
tree66506017c342c9d745346619f8ddcadff3e72b4c /tests/chart_test.php
parent4a2d7f6335135e7fe09ae71e6d9bc6dbd7100281 (diff)
downloadzetacomponents-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.php2
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 )
{
OpenPOWER on IntegriCloud