summaryrefslogtreecommitdiffstats
path: root/tests/suite.php
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2006-08-07 08:17:12 +0000
committerKore Nordmann <github@kore-nordmann.de>2006-08-07 08:17:12 +0000
commit0c80b0f8ebf6c47237c9c99ea9f54248f1223df6 (patch)
tree54b87304e021327b7d00022a892f5cbcab00546c /tests/suite.php
parentb31a0055fe42a14356400ebe6d7a8e5bebb26240 (diff)
downloadzetacomponents-graph-0c80b0f8ebf6c47237c9c99ea9f54248f1223df6.zip
zetacomponents-graph-0c80b0f8ebf6c47237c9c99ea9f54248f1223df6.tar.gz
- Removed factory methods and replaced them with direct class instantiation.
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