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_gd_test.php | |
parent | db32f5b1a16ffac91d48067e9c2c6318158419ad (diff) | |
download | zetacomponents-graph-92feb00d74d06b7b24c4a7763d6ea720a0008dc3.zip zetacomponents-graph-92feb00d74d06b7b24c4a7763d6ea720a0008dc3.tar.gz |
- CS change (automatic script)
Diffstat (limited to 'tests/driver_gd_test.php')
-rw-r--r-- | tests/driver_gd_test.php | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/driver_gd_test.php b/tests/driver_gd_test.php index 3bc0d97..648b0ce 100644 --- a/tests/driver_gd_test.php +++ b/tests/driver_gd_test.php @@ -1980,7 +1980,7 @@ class ezcGraphGdDriverTest extends ezcImageTestCase { $options->imageFormat = false; } - catch( ezcBaseValueException $e ) + catch ( ezcBaseValueException $e ) { return true; } @@ -2009,7 +2009,7 @@ class ezcGraphGdDriverTest extends ezcImageTestCase { $options->jpegQuality = false; } - catch( ezcBaseValueException $e ) + catch ( ezcBaseValueException $e ) { return true; } @@ -2038,7 +2038,7 @@ class ezcGraphGdDriverTest extends ezcImageTestCase { $options->detail = false; } - catch( ezcBaseValueException $e ) + catch ( ezcBaseValueException $e ) { return true; } @@ -2067,7 +2067,7 @@ class ezcGraphGdDriverTest extends ezcImageTestCase { $options->supersampling = false; } - catch( ezcBaseValueException $e ) + catch ( ezcBaseValueException $e ) { return true; } @@ -2096,7 +2096,7 @@ class ezcGraphGdDriverTest extends ezcImageTestCase { $options->background = 'foo'; } - catch( ezcBaseValueException $e ) + catch ( ezcBaseValueException $e ) { return true; } @@ -2125,7 +2125,7 @@ class ezcGraphGdDriverTest extends ezcImageTestCase { $options->resampleFunction = 'foo'; } - catch( ezcBaseValueException $e ) + catch ( ezcBaseValueException $e ) { return true; } @@ -2154,7 +2154,7 @@ class ezcGraphGdDriverTest extends ezcImageTestCase { $options->forceNativeTTF = 42; } - catch( ezcBaseValueException $e ) + catch ( ezcBaseValueException $e ) { return true; } @@ -2183,7 +2183,7 @@ class ezcGraphGdDriverTest extends ezcImageTestCase { $options->imageMapResolution = false; } - catch( ezcBaseValueException $e ) + catch ( ezcBaseValueException $e ) { return true; } |