diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2006-05-16 12:32:20 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2006-05-16 12:32:20 +0000 |
commit | f266eff60c9b9350f32d6c60dcd9cd6d6bec6630 (patch) | |
tree | f82d7480d0d5e435c399cdc186dd83f2358c1331 /tests/labeled_axis_test.php | |
parent | b502e943cbdc85b1489e933c434f4eade04ec6ab (diff) | |
download | zetacomponents-graph-f266eff60c9b9350f32d6c60dcd9cd6d6bec6630.zip zetacomponents-graph-f266eff60c9b9350f32d6c60dcd9cd6d6bec6630.tar.gz |
- Implemented automagic scaling for numeric axis
- Let incomplete tests throw a PHPUnit2_Framework_IncompleteTestError instead
of just failing
Diffstat (limited to 'tests/labeled_axis_test.php')
-rw-r--r-- | tests/labeled_axis_test.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/labeled_axis_test.php b/tests/labeled_axis_test.php index 62f5049..0f8c274 100644 --- a/tests/labeled_axis_test.php +++ b/tests/labeled_axis_test.php @@ -131,7 +131,9 @@ class ezcGraphLabeledAxisTest extends ezcTestCase public function testRender() { - $this->fail( '@TODO: Implement renderer tests.' ); + throw new PHPUnit2_Framework_IncompleteTestError( + '@TODO: Implement renderer tests.' + ); } } ?> |