Code formatting

This commit is contained in:
Kyle Robinson Young 2011-12-14 22:54:03 -08:00
parent 9d6ea57c30
commit 54ed278284

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";
}