From e61af065ecdd565683a54225911a2dd9e725acae Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Thu, 5 Oct 2006 11:17:33 +0000 Subject: Subclassing PHPUnit_Framework_TestSuite is not the right way to customize the output of the TextUI test runner. --- tests/palette_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/palette_test.php') diff --git a/tests/palette_test.php b/tests/palette_test.php index 892d683..25ae6c5 100644 --- a/tests/palette_test.php +++ b/tests/palette_test.php @@ -19,7 +19,7 @@ class ezcGraphPaletteTest extends ezcTestCase { public static function suite() { - return new ezcTestSuite( "ezcGraphPaletteTest" ); + return new PHPUnit_Framework_TestSuite( "ezcGraphPaletteTest" ); } public function testDefaultPalette() -- cgit v1.1