diff --git a/PHP/CodeCoverage/Report/Text.php b/PHP/CodeCoverage/Report/Text.php index 181a8318a..3199c0c13 100644 --- a/PHP/CodeCoverage/Report/Text.php +++ b/PHP/CodeCoverage/Report/Text.php @@ -173,7 +173,7 @@ public function process(PHP_CodeCoverage $coverage, $showColors = FALSE) $output .= $this->format($colors['lines'], $padding, $lines); if ($this->showOnlySummary) { - return $this->outputStream->write($output . PHP_EOL); + return $output . PHP_EOL; } $classCoverage = array();