summaryrefslogtreecommitdiffstats
path: root/tests/logarithmical_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/logarithmical_axis_test.php
parentdb32f5b1a16ffac91d48067e9c2c6318158419ad (diff)
downloadzetacomponents-graph-92feb00d74d06b7b24c4a7763d6ea720a0008dc3.zip
zetacomponents-graph-92feb00d74d06b7b24c4a7763d6ea720a0008dc3.tar.gz
- CS change (automatic script)
Diffstat (limited to 'tests/logarithmical_axis_test.php')
-rw-r--r--tests/logarithmical_axis_test.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/logarithmical_axis_test.php b/tests/logarithmical_axis_test.php
index 70c6ac0..c22b495 100644
--- a/tests/logarithmical_axis_test.php
+++ b/tests/logarithmical_axis_test.php
@@ -89,7 +89,7 @@ class ezcGraphLogarithmicalAxisTest extends ezcTestCase
{
$options->min = false;
}
- catch( ezcBaseValueException $e )
+ catch ( ezcBaseValueException $e )
{
return true;
}
@@ -118,7 +118,7 @@ class ezcGraphLogarithmicalAxisTest extends ezcTestCase
{
$options->max = false;
}
- catch( ezcBaseValueException $e )
+ catch ( ezcBaseValueException $e )
{
return true;
}
@@ -147,7 +147,7 @@ class ezcGraphLogarithmicalAxisTest extends ezcTestCase
{
$options->base = false;
}
- catch( ezcBaseValueException $e )
+ catch ( ezcBaseValueException $e )
{
return true;
}
OpenPOWER on IntegriCloud