summaryrefslogtreecommitdiffstats
path: root/tests/numeric_axis_test.php
diff options
context:
space:
mode:
authorDerick Rethans <github@derickrethans.nl>2006-12-14 14:40:19 +0000
committerDerick Rethans <github@derickrethans.nl>2006-12-14 14:40:19 +0000
commit92feb00d74d06b7b24c4a7763d6ea720a0008dc3 (patch)
tree86f1efcedcb3f75f394c528b9a86cfe6a2e11d97 /tests/numeric_axis_test.php
parentdb32f5b1a16ffac91d48067e9c2c6318158419ad (diff)
downloadzetacomponents-graph-92feb00d74d06b7b24c4a7763d6ea720a0008dc3.zip
zetacomponents-graph-92feb00d74d06b7b24c4a7763d6ea720a0008dc3.tar.gz
- CS change (automatic script)
Diffstat (limited to 'tests/numeric_axis_test.php')
-rw-r--r--tests/numeric_axis_test.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/numeric_axis_test.php b/tests/numeric_axis_test.php
index 221d7f0..5de1af9 100644
--- a/tests/numeric_axis_test.php
+++ b/tests/numeric_axis_test.php
@@ -596,7 +596,7 @@ class ezcGraphNumericAxisTest extends ezcTestCase
{
$options->min = false;
}
- catch( ezcBaseValueException $e )
+ catch ( ezcBaseValueException $e )
{
return true;
}
@@ -625,7 +625,7 @@ class ezcGraphNumericAxisTest extends ezcTestCase
{
$options->max = false;
}
- catch( ezcBaseValueException $e )
+ catch ( ezcBaseValueException $e )
{
return true;
}
OpenPOWER on IntegriCloud