Skip to content

Commit

Permalink
Added alphabetic sorting to the plugin list in the test suite.
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Story <mark@mark-story.com>
  • Loading branch information
Phally authored and markstory committed Mar 20, 2010
1 parent 76af3b9 commit 7f7315e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cake/tests/lib/reporter/cake_html_reporter.php 100644 → 100755
Expand Up @@ -65,6 +65,7 @@ function paintTestMenu() {
$groups = $this->baseUrl() . '?show=groups';
$cases = $this->baseUrl() . '?show=cases';
$plugins = App::objects('plugin');
sort($plugins);
include CAKE_TESTS_LIB . 'templates' . DS . 'menu.php';
}

Expand Down

0 comments on commit 7f7315e

Please sign in to comment.