summaryrefslogtreecommitdiffstats
path: root/tests/boundings_test.php
diff options
context:
space:
mode:
authorSebastian Bergmann <sb@sebastian-bergmann.de>2006-10-05 11:17:33 +0000
committerSebastian Bergmann <sb@sebastian-bergmann.de>2006-10-05 11:17:33 +0000
commite61af065ecdd565683a54225911a2dd9e725acae (patch)
tree4bed97a601354708f6ea3ff398eed33d6e708307 /tests/boundings_test.php
parent77164b43d94618e02f7a1c89708baca72758ca3d (diff)
downloadzetacomponents-graph-e61af065ecdd565683a54225911a2dd9e725acae.zip
zetacomponents-graph-e61af065ecdd565683a54225911a2dd9e725acae.tar.gz
Subclassing PHPUnit_Framework_TestSuite is not the right way to customize the output of the TextUI test runner.
Diffstat (limited to 'tests/boundings_test.php')
-rw-r--r--tests/boundings_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/boundings_test.php b/tests/boundings_test.php
index 2577b58..3d4c372 100644
--- a/tests/boundings_test.php
+++ b/tests/boundings_test.php
@@ -19,7 +19,7 @@ class ezcGraphBoundingsTest extends ezcTestCase
{
public static function suite()
{
- return new ezcTestSuite( "ezcGraphBoundingsTest" );
+ return new PHPUnit_Framework_TestSuite( "ezcGraphBoundingsTest" );
}
public function testCreateBoundings()
OpenPOWER on IntegriCloud