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(); }