mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
Merge branch 'MDL-74671' of https://github.com/paulholden/moodle
This commit is contained in:
commit
0b039070f4
1 changed files with 2 additions and 2 deletions
|
@ -97,11 +97,11 @@ class phpunit_coverage_info {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach ($includelistfolders as $folder) {
|
foreach (array_unique($includelistfolders) as $folder) {
|
||||||
$coverages[] = html_writer::tag('directory', "{$plugindir}{$folder}", ['suffix' => '.php']);
|
$coverages[] = html_writer::tag('directory', "{$plugindir}{$folder}", ['suffix' => '.php']);
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach ($includelistfiles as $file) {
|
foreach (array_unique($includelistfiles) as $file) {
|
||||||
$coverages[] = html_writer::tag('file', "{$plugindir}{$file}");
|
$coverages[] = html_writer::tag('file', "{$plugindir}{$file}");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue