Merge pull request #379 from shama/patch-code-formatting

Patch code formatting
This commit is contained in:
Mark Story 2011-12-15 05:44:17 -08:00
commit 4ed2185876

View file

@ -108,9 +108,7 @@ class CakeTestSuiteCommand extends PHPUnit_TextUI_Command {
try {
$result = $runner->doRun($suite, $this->arguments);
}
catch (PHPUnit_Framework_Exception $e) {
} catch (PHPUnit_Framework_Exception $e) {
print $e->getMessage() . "\n";
}