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/renderer_3d_test.php | |
parent | db32f5b1a16ffac91d48067e9c2c6318158419ad (diff) | |
download | zetacomponents-graph-92feb00d74d06b7b24c4a7763d6ea720a0008dc3.zip zetacomponents-graph-92feb00d74d06b7b24c4a7763d6ea720a0008dc3.tar.gz |
- CS change (automatic script)
Diffstat (limited to 'tests/renderer_3d_test.php')
-rw-r--r-- | tests/renderer_3d_test.php | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/tests/renderer_3d_test.php b/tests/renderer_3d_test.php index bb61bb5..29704b8 100644 --- a/tests/renderer_3d_test.php +++ b/tests/renderer_3d_test.php @@ -41,7 +41,7 @@ class ezcGraphRenderer3dTest extends ezcImageTestCase protected function tearDown() { - if( !$this->hasFailed() ) + if ( !$this->hasFailed() ) { $this->removeTempDir(); } @@ -1261,7 +1261,7 @@ class ezcGraphRenderer3dTest extends ezcImageTestCase { $options->seperateLines = 42; } - catch( ezcBaseValueException $e ) + catch ( ezcBaseValueException $e ) { return true; } @@ -1290,7 +1290,7 @@ class ezcGraphRenderer3dTest extends ezcImageTestCase { $options->fillAxis = 42; } - catch( ezcBaseValueException $e ) + catch ( ezcBaseValueException $e ) { return true; } @@ -1319,7 +1319,7 @@ class ezcGraphRenderer3dTest extends ezcImageTestCase { $options->fillGrid = 42; } - catch( ezcBaseValueException $e ) + catch ( ezcBaseValueException $e ) { return true; } @@ -1348,7 +1348,7 @@ class ezcGraphRenderer3dTest extends ezcImageTestCase { $options->depth = false; } - catch( ezcBaseValueException $e ) + catch ( ezcBaseValueException $e ) { return true; } @@ -1377,7 +1377,7 @@ class ezcGraphRenderer3dTest extends ezcImageTestCase { $options->pieChartHeight = false; } - catch( ezcBaseValueException $e ) + catch ( ezcBaseValueException $e ) { return true; } @@ -1406,7 +1406,7 @@ class ezcGraphRenderer3dTest extends ezcImageTestCase { $options->pieChartRotation = false; } - catch( ezcBaseValueException $e ) + catch ( ezcBaseValueException $e ) { return true; } @@ -1435,7 +1435,7 @@ class ezcGraphRenderer3dTest extends ezcImageTestCase { $options->pieChartShadowSize = false; } - catch( ezcBaseValueException $e ) + catch ( ezcBaseValueException $e ) { return true; } @@ -1464,7 +1464,7 @@ class ezcGraphRenderer3dTest extends ezcImageTestCase { $options->pieChartShadowTransparency = false; } - catch( ezcBaseValueException $e ) + catch ( ezcBaseValueException $e ) { return true; } @@ -1493,7 +1493,7 @@ class ezcGraphRenderer3dTest extends ezcImageTestCase { $options->pieChartShadowColor = false; } - catch( ezcGraphUnknownColorDefinitionException $e ) + catch ( ezcGraphUnknownColorDefinitionException $e ) { return true; } @@ -1522,7 +1522,7 @@ class ezcGraphRenderer3dTest extends ezcImageTestCase { $options->barDarkenSide = false; } - catch( ezcBaseValueException $e ) + catch ( ezcBaseValueException $e ) { return true; } @@ -1551,7 +1551,7 @@ class ezcGraphRenderer3dTest extends ezcImageTestCase { $options->barDarkenTop = false; } - catch( ezcBaseValueException $e ) + catch ( ezcBaseValueException $e ) { return true; } @@ -1580,7 +1580,7 @@ class ezcGraphRenderer3dTest extends ezcImageTestCase { $options->barChartGleam = false; } - catch( ezcBaseValueException $e ) + catch ( ezcBaseValueException $e ) { return true; } |