Skip to content

Commit

Permalink
Revert "Tweak output."
Browse files Browse the repository at this point in the history
This reverts commit 965d64a.
  • Loading branch information
sebastianbergmann committed Feb 10, 2011
1 parent 9165539 commit 20bfe2a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions PHPUnit/TextUI/ResultPrinter.php
Expand Up @@ -309,8 +309,6 @@ protected function printIncompletes(PHPUnit_Framework_TestResult $result)
$result->notImplementedCount(),
'incomplete test'
);

print "\n";
}

/**
Expand All @@ -324,8 +322,6 @@ protected function printSkipped(PHPUnit_Framework_TestResult $result)
$result->skippedCount(),
'skipped test'
);

print "\n";
}

protected function printHeader()
Expand Down

0 comments on commit 20bfe2a

Please sign in to comment.