mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 00:48:25 +00:00
Forcing the plugin list to use a fresh directory listing in the web runner. Fixes #1338
This commit is contained in:
parent
7024d14c74
commit
8681399fc2
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ class CakeHtmlReporter extends CakeBaseReporter {
|
|||
function paintTestMenu() {
|
||||
$groups = $this->baseUrl() . '?show=groups';
|
||||
$cases = $this->baseUrl() . '?show=cases';
|
||||
$plugins = App::objects('plugin');
|
||||
$plugins = App::objects('plugin', null, false);
|
||||
sort($plugins);
|
||||
include CAKE_TESTS_LIB . 'templates' . DS . 'menu.php';
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue