From da57136db08585a7299b7b3c325de9c45d20afa7 Mon Sep 17 00:00:00 2001 From: meus Date: Mon, 17 Sep 2007 22:45:03 +0000 Subject: [PATCH] Fixing codingstandard errors --- tests/Test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Test.php b/tests/Test.php index cc5f631bc..1b8db8de1 100644 --- a/tests/Test.php +++ b/tests/Test.php @@ -42,7 +42,7 @@ class GroupTest extends UnitTestCase } try{ $testCase->run(); - }catch(Exception $e){ + } catch(Exception $e) { $this->_failed += 1; $this->_messages[] = "Unexpected exception thrown with message [" . $e->getMessage() . "] in " . get_class($testCase) . " on line " . $e->getLine(); }