Skip to content

Commit

Permalink
Add link to PHPUnit website.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Sep 5, 2012
1 parent 3a2df98 commit 5f0a76f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion PHPUnit/TextUI/TestRunner.php
Expand Up @@ -366,7 +366,10 @@ public function doRun(PHPUnit_Framework_Test $suite, array $arguments = array())
$arguments['reportHighlight'],
$arguments['reportLowUpperBound'],
$arguments['reportHighLowerBound'],
' and PHPUnit ' . PHPUnit_Runner_Version::id()
sprintf(
' and <a href="http://phpunit.de/">PHPUnit %s</a>',
PHPUnit_Runner_Version::id()
)
);

$writer->process($codeCoverage, $arguments['reportDirectory']);
Expand Down

0 comments on commit 5f0a76f

Please sign in to comment.