summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2007-09-04 15:00:33 +0000
committerKore Nordmann <github@kore-nordmann.de>2007-09-04 15:00:33 +0000
commit0619fc50ccb698c85f7f7d4367e01dde406b8f9a (patch)
tree13f12d070d7ee48b3a8ada3dccb14845f6dd8567 /tests
parent5d8fa97d077d7d4f385e3a23863c4369851253b2 (diff)
downloadzetacomponents-graph-0619fc50ccb698c85f7f7d4367e01dde406b8f9a.zip
zetacomponents-graph-0619fc50ccb698c85f7f7d4367e01dde406b8f9a.tar.gz
- Added new tests to test suite
Diffstat (limited to 'tests')
-rw-r--r--tests/suite.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/suite.php b/tests/suite.php
index 8d24de1..df505bc 100644
--- a/tests/suite.php
+++ b/tests/suite.php
@@ -35,6 +35,7 @@ require_once 'legend_test.php';
require_once 'line_test.php';
require_once 'logarithmical_axis_test.php';
require_once 'matrix_test.php';
+require_once 'multiple_axis_test.php';
require_once 'numeric_axis_test.php';
require_once 'palette_test.php';
require_once 'pie_test.php';
@@ -83,6 +84,7 @@ class ezcGraphSuite extends PHPUnit_Framework_TestSuite
$this->addTest( ezcGraphLineChartTest::suite() );
$this->addTest( ezcGraphLogarithmicalAxisTest::suite() );
$this->addTest( ezcGraphMatrixTest::suite() );
+ $this->addTest( ezcGraphMultipleAxisTest::suite() );
$this->addTest( ezcGraphNumericAxisTest::suite() );
$this->addTest( ezcGraphNumericDataSetTest::suite() );
$this->addTest( ezcGraphPaletteTest::suite() );
OpenPOWER on IntegriCloud