Fixing codingstandard errors
This commit is contained in:
parent
82a248fee7
commit
da57136db0
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user