Skip to content

Commit

Permalink
Removing CakeTestMenu as its been made obsolete.
Browse files Browse the repository at this point in the history
Removing constant use from reporter.
  • Loading branch information
markstory committed Jan 9, 2010
1 parent 28ad1ea commit e061a53
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 62 deletions.
60 changes: 0 additions & 60 deletions cake/tests/lib/cake_test_menu.php

This file was deleted.

1 change: 0 additions & 1 deletion cake/tests/lib/cake_test_suite_dispatcher.php
Expand Up @@ -18,7 +18,6 @@
* @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License
*/
require_once CAKE_TESTS_LIB . 'test_manager.php';
require_once CAKE_TESTS_LIB . 'cake_test_menu.php';

/**
* CakeTestSuiteDispatcher handles web requests to the test suite and runs the correct action.
Expand Down
2 changes: 1 addition & 1 deletion cake/tests/lib/reporter/cake_html_reporter.php
Expand Up @@ -205,7 +205,7 @@ function _paintLinks() {
$show = $this->_queryString($show);
$query = $this->_queryString($query);

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

Expand Down

0 comments on commit e061a53

Please sign in to comment.