diff options
author | Derick Rethans <github@derickrethans.nl> | 2006-12-14 14:40:19 +0000 |
---|---|---|
committer | Derick Rethans <github@derickrethans.nl> | 2006-12-14 14:40:19 +0000 |
commit | 92feb00d74d06b7b24c4a7763d6ea720a0008dc3 (patch) | |
tree | 86f1efcedcb3f75f394c528b9a86cfe6a2e11d97 /tests/driver_options_test.php | |
parent | db32f5b1a16ffac91d48067e9c2c6318158419ad (diff) | |
download | zetacomponents-graph-92feb00d74d06b7b24c4a7763d6ea720a0008dc3.zip zetacomponents-graph-92feb00d74d06b7b24c4a7763d6ea720a0008dc3.tar.gz |
- CS change (automatic script)
Diffstat (limited to 'tests/driver_options_test.php')
-rw-r--r-- | tests/driver_options_test.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/driver_options_test.php b/tests/driver_options_test.php index dd4660e..dc18b90 100644 --- a/tests/driver_options_test.php +++ b/tests/driver_options_test.php @@ -44,7 +44,7 @@ class ezcGraphDriverOptionsTest extends ezcImageTestCase { $options->width = false; } - catch( ezcBaseValueException $e ) + catch ( ezcBaseValueException $e ) { return true; } @@ -73,7 +73,7 @@ class ezcGraphDriverOptionsTest extends ezcImageTestCase { $options->height = false; } - catch( ezcBaseValueException $e ) + catch ( ezcBaseValueException $e ) { return true; } @@ -102,7 +102,7 @@ class ezcGraphDriverOptionsTest extends ezcImageTestCase { $options->shadeCircularArc = false; } - catch( ezcBaseValueException $e ) + catch ( ezcBaseValueException $e ) { return true; } @@ -131,7 +131,7 @@ class ezcGraphDriverOptionsTest extends ezcImageTestCase { $options->lineSpacing = false; } - catch( ezcBaseValueException $e ) + catch ( ezcBaseValueException $e ) { return true; } @@ -163,7 +163,7 @@ class ezcGraphDriverOptionsTest extends ezcImageTestCase { $options->font = false; } - catch( ezcBaseValueException $e ) + catch ( ezcBaseValueException $e ) { return true; } @@ -179,7 +179,7 @@ class ezcGraphDriverOptionsTest extends ezcImageTestCase { $options->unknown = 42; } - catch( ezcBasePropertyNotFoundException $e ) + catch ( ezcBasePropertyNotFoundException $e ) { return true; } |