From 6ed7f3a9b1814879c8fed5f55db1ae409797f76c Mon Sep 17 00:00:00 2001 From: Kore Nordmann Date: Wed, 28 Jun 2006 13:23:00 +0000 Subject: - Added SVG driver --- tests/suite.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/suite.php') diff --git a/tests/suite.php b/tests/suite.php index 0cd4e11..3c924de 100644 --- a/tests/suite.php +++ b/tests/suite.php @@ -28,6 +28,7 @@ require_once 'numeric_axis_test.php'; require_once 'labeled_axis_test.php'; require_once 'renderer_2d_test.php'; require_once 'driver_gd_test.php'; +require_once 'driver_svg_test.php'; require_once 'font_test.php'; require_once 'palette_test.php'; require_once 'background_image_test.php'; @@ -56,6 +57,7 @@ class ezcGraphSuite extends ezcTestSuite $this->addTest( ezcGraphLabeledAxisTest::suite() ); $this->addTest( ezcGraphRenderer2dTest::suite() ); $this->addTest( ezcGraphGdDriverTest::suite() ); + $this->addTest( ezcGraphSvgDriverTest::suite() ); $this->addTest( ezcGraphFontTest::suite() ); $this->addTest( ezcGraphTextTest::suite() ); $this->addTest( ezcGraphPaletteTest::suite() ); -- cgit v1.1