diff options
author | Sebastian Bergmann <sb@sebastian-bergmann.de> | 2006-10-05 11:17:33 +0000 |
---|---|---|
committer | Sebastian Bergmann <sb@sebastian-bergmann.de> | 2006-10-05 11:17:33 +0000 |
commit | e61af065ecdd565683a54225911a2dd9e725acae (patch) | |
tree | 4bed97a601354708f6ea3ff398eed33d6e708307 /tests/image_map_test.php | |
parent | 77164b43d94618e02f7a1c89708baca72758ca3d (diff) | |
download | zetacomponents-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/image_map_test.php')
-rw-r--r-- | tests/image_map_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
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() |