summaryrefslogtreecommitdiffstats
path: root/tests/labeled_axis_test.php
diff options
context:
space:
mode:
authorKore Nordmann <github@kore-nordmann.de>2006-05-16 12:32:20 +0000
committerKore Nordmann <github@kore-nordmann.de>2006-05-16 12:32:20 +0000
commitf266eff60c9b9350f32d6c60dcd9cd6d6bec6630 (patch)
treef82d7480d0d5e435c399cdc186dd83f2358c1331 /tests/labeled_axis_test.php
parentb502e943cbdc85b1489e933c434f4eade04ec6ab (diff)
downloadzetacomponents-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.php4
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.'
+ );
}
}
?>
OpenPOWER on IntegriCloud