summaryrefslogtreecommitdiffstats
path: root/tests/suite.php
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2006-11-30 08:44:35 +0000
committerKore Nordmann <github@kore-nordmann.de>2006-11-30 08:44:35 +0000
commit900e04fff3c7ef75917bcb6b039f71f817774702 (patch)
treee53ff028184a59fbcb519bf6a9b002b1305de1c0 /tests/suite.php
parentdb9085af71795942fac7ce7e7675b0891ed354ba (diff)
downloadzetacomponents-graph-900e04fff3c7ef75917bcb6b039f71f817774702.zip
zetacomponents-graph-900e04fff3c7ef75917bcb6b039f71f817774702.tar.gz
- Resolved: Issue #9543 (Rename Ming driver to Flash in the Graph component)
Diffstat (limited to 'tests/suite.php')
-rw-r--r--tests/suite.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/suite.php b/tests/suite.php
index b546add..71d3748 100644
--- a/tests/suite.php
+++ b/tests/suite.php
@@ -32,7 +32,7 @@ require_once 'axis_centered_renderer_test.php';
require_once 'driver_options_test.php';
require_once 'driver_gd_test.php';
require_once 'driver_svg_test.php';
-require_once 'driver_ming_test.php';
+require_once 'driver_flash_test.php';
require_once 'font_test.php';
require_once 'palette_test.php';
require_once 'matrix_test.php';
@@ -73,7 +73,7 @@ class ezcGraphSuite extends PHPUnit_Framework_TestSuite
$this->addTest( ezcGraphDriverOptionsTest::suite() );
$this->addTest( ezcGraphGdDriverTest::suite() );
$this->addTest( ezcGraphSvgDriverTest::suite() );
- $this->addTest( ezcGraphMingDriverTest::suite() );
+ $this->addTest( ezcGraphFlashDriverTest::suite() );
$this->addTest( ezcGraphFontTest::suite() );
$this->addTest( ezcGraphTextTest::suite() );
$this->addTest( ezcGraphPaletteTest::suite() );
OpenPOWER on IntegriCloud