Skip to content

Commit

Permalink
Added 'Enable Debug Output' link to CakeHtmlReporter.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Ploch committed Mar 18, 2012
1 parent 0832e18 commit 7cfcef5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Cake/TestSuite/Reporter/CakeHtmlReporter.php
Expand Up @@ -190,6 +190,7 @@ protected function _paintLinks() {
$query = $this->_queryString($query);

echo "<p><a href='" . $this->baseUrl() . $show . "'>Run more tests</a> | <a href='" . $this->baseUrl() . $query . "&show_passes=1'>Show Passes</a> | \n";
echo "<a href='" . $this->baseUrl() . $query . "&debug=1'>Enable Debug Output</a> | \n";
echo " <a href='" . $this->baseUrl() . $query . "&amp;code_coverage=true'>Analyze Code Coverage</a></p>\n";
}

Expand Down

0 comments on commit 7cfcef5

Please sign in to comment.