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/palette_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/palette_test.php')
-rw-r--r-- | tests/palette_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
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() |