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/image_map_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/image_map_test.php') diff --git a/tests/image_map_test.php b/tests/image_map_test.php index 1a97ffc..91a1935 100644 --- a/tests/image_map_test.php +++ b/tests/image_map_test.php @@ -27,7 +27,7 @@ class ezcGraphImageMapTest extends ezcTestCase public static function suite() { - return new ezcTestSuite( "ezcGraphImageMapTest" ); + return new PHPUnit_Framework_TestSuite( "ezcGraphImageMapTest" ); } protected function setUp() -- cgit v1.1