1
0
mirror of synced 2024-12-14 07:06:04 +03:00

Fixing codingstandard errors

This commit is contained in:
meus 2007-09-17 22:45:03 +00:00
parent 82a248fee7
commit da57136db0

View File

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