Skip to content

Commit

Permalink
Fixing errors that would occur when call_user_func_array() triggered …
Browse files Browse the repository at this point in the history
…failures.
  • Loading branch information
markstory committed Aug 11, 2010
1 parent c15d228 commit 1c1c4be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cake/tests/lib/reporter/cake_html_reporter.php
Expand Up @@ -234,7 +234,6 @@ public function paintFail($message, $test) {
echo "<li class='fail'>\n";
echo "<span>Failed</span>";
echo "<div class='msg'><pre>" . $this->_htmlEntities($message->toString()) . "</pre></div>\n";

echo "<div class='msg'>" . sprintf(__('Test case: %s'), $testName) . "</div>\n";
echo "<div class='msg'>" . __('Stack trace:') . '<br />' . $trace . "</div>\n";
echo "</li>\n";
Expand Down

0 comments on commit 1c1c4be

Please sign in to comment.