summaryrefslogtreecommitdiffstats
path: root/tests/color_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/color_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/color_test.php')
-rw-r--r--tests/color_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/color_test.php b/tests/color_test.php
index 1404de5..d77b42f 100644
--- a/tests/color_test.php
+++ b/tests/color_test.php
@@ -19,7 +19,7 @@ class ezcGraphColorTest extends ezcTestCase
{
public static function suite()
{
- return new ezcTestSuite( "ezcGraphColorTest" );
+ return new PHPUnit_Framework_TestSuite( "ezcGraphColorTest" );
}
public function testFactoryColorFromHex()
OpenPOWER on IntegriCloud