summaryrefslogtreecommitdiffstats
path: root/tests/suite.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/suite.php')
-rw-r--r--tests/suite.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/suite.php b/tests/suite.php
index 9fc1a1a..ea08751 100644
--- a/tests/suite.php
+++ b/tests/suite.php
@@ -10,11 +10,6 @@
*/
/**
-* Require test suite for Graph class.
-*/
-require_once 'graph_test.php';
-
-/**
* Require test suites.
*/
require_once 'color_test.php';
@@ -48,7 +43,6 @@ class ezcGraphSuite extends ezcTestSuite
parent::__construct();
$this->setName( "Graph" );
- $this->addTest( ezcGraphTest::suite() );
$this->addTest( ezcGraphColorTest::suite() );
$this->addTest( ezcGraphChartTest::suite() );
$this->addTest( ezcGraphPieChartTest::suite() );
OpenPOWER on IntegriCloud