mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Added alphabetic sorting to the plugin list in the test suite.
Signed-off-by: Mark Story <mark@mark-story.com>
This commit is contained in:
parent
76af3b9e81
commit
7f7315e6d2
1 changed files with 1 additions and 0 deletions
1
cake/tests/lib/reporter/cake_html_reporter.php
Normal file → Executable file
1
cake/tests/lib/reporter/cake_html_reporter.php
Normal file → Executable file
|
@ -65,6 +65,7 @@ class CakeHtmlReporter extends CakeBaseReporter {
|
|||
$groups = $this->baseUrl() . '?show=groups';
|
||||
$cases = $this->baseUrl() . '?show=cases';
|
||||
$plugins = App::objects('plugin');
|
||||
sort($plugins);
|
||||
include CAKE_TESTS_LIB . 'templates' . DS . 'menu.php';
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue