Skip to content

Commit

Permalink
- Merge [3908].
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Oct 26, 2008
1 parent 8bf151e commit 721a8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PHPUnit/TextUI/ResultPrinter.php
Expand Up @@ -357,7 +357,7 @@ protected function printFooter(PHPUnit_Framework_TestResult $result)


$this->write( $this->write(
sprintf( sprintf(
"Tests: %d, Assertions: %s%s%s%s.\n", "Tests: %d, Assertions: %s%s%s%s%s.\n",


count($result), count($result),
$this->numAssertions, $this->numAssertions,
Expand Down

0 comments on commit 721a8c8

Please sign in to comment.