Skip to content

Commit

Permalink
Renamed result printer to match config options after refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
edorian committed Sep 4, 2011
1 parent b2e5656 commit 770659b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PHPUnit/TextUI/TestRunner.php
Expand Up @@ -356,7 +356,7 @@ public function doRun(PHPUnit_Framework_Test $suite, array $arguments = array())
if (!isset($arguments['coverageTextShowUncoveredFiles'])) {
$arguments['coverageTextShowUncoveredFiles'] = false;
}
$writer = new PHP_CodeCoverage_Report_Cli(
$writer = new PHP_CodeCoverage_Report_Text(
$outputStream,
$title,
$arguments['reportLowUpperBound'],
Expand Down

0 comments on commit 770659b

Please sign in to comment.