diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2009-07-21 11:28:45 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2009-07-21 11:28:45 +0000 |
commit | 7eb8eaccc84eb2f8e505b415b186631f2366c693 (patch) | |
tree | e161bee18e3c6f195ee7365744f1e96eef4cb7c7 | |
parent | 73061d5af4bcddd2df8169dccca17dfea5bb8477 (diff) | |
download | zetacomponents-graph-7eb8eaccc84eb2f8e505b415b186631f2366c693.zip zetacomponents-graph-7eb8eaccc84eb2f8e505b415b186631f2366c693.tar.gz |
- Added Cairo OO tests to suite
-rw-r--r-- | tests/suite.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/suite.php b/tests/suite.php index 7268d04..9afac07 100644 --- a/tests/suite.php +++ b/tests/suite.php @@ -28,6 +28,7 @@ require_once 'date_axis_test.php'; require_once 'driver_flash_test.php'; require_once 'driver_gd_test.php'; require_once 'driver_cairo_test.php'; +require_once 'driver_cairo_oo_test.php'; require_once 'driver_options_test.php'; require_once 'driver_svg_test.php'; require_once 'driver_svg_svg_font_test.php'; @@ -88,6 +89,7 @@ class ezcGraphSuite extends PHPUnit_Framework_TestSuite $this->addTest( ezcGraphFontTest::suite() ); $this->addTest( ezcGraphGdDriverTest::suite() ); $this->addTest( ezcGraphCairoDriverTest::suite() ); + $this->addTest( ezcGraphCairoOODriverTest::suite() ); $this->addTest( ezcGraphImageMapTest::suite() ); $this->addTest( ezcGraphLabeledAxisTest::suite() ); $this->addTest( ezcGraphLegendTest::suite() ); |