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/numeric_axis_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/numeric_axis_test.php')
-rw-r--r-- | tests/numeric_axis_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/numeric_axis_test.php b/tests/numeric_axis_test.php index f58dc40..8cf01a6 100644 --- a/tests/numeric_axis_test.php +++ b/tests/numeric_axis_test.php @@ -19,7 +19,7 @@ class ezcGraphNumericAxisTest extends ezcTestCase { public static function suite() { - return new ezcTestSuite( "ezcGraphNumericAxisTest" ); + return new PHPUnit_Framework_TestSuite( "ezcGraphNumericAxisTest" ); } public function testFactoryNumericAxis() |