Commit da57136d authored by meus's avatar meus

Fixing codingstandard errors

parent 82a248fe
...@@ -42,7 +42,7 @@ class GroupTest extends UnitTestCase ...@@ -42,7 +42,7 @@ class GroupTest extends UnitTestCase
} }
try{ try{
$testCase->run(); $testCase->run();
}catch(Exception $e){ } catch(Exception $e) {
$this->_failed += 1; $this->_failed += 1;
$this->_messages[] = "Unexpected exception thrown with message [" . $e->getMessage() . "] in " . get_class($testCase) . " on line " . $e->getLine(); $this->_messages[] = "Unexpected exception thrown with message [" . $e->getMessage() . "] in " . get_class($testCase) . " on line " . $e->getLine();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment