mirror of
https://github.com/moodle/moodle.git
synced 2025-04-15 21:45:37 +02:00
Merge branch 'MDL-74671' of https://github.com/paulholden/moodle
This commit is contained in:
commit
0b039070f4
@ -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']);
|
||||
}
|
||||
|
||||
foreach ($includelistfiles as $file) {
|
||||
foreach (array_unique($includelistfiles) as $file) {
|
||||
$coverages[] = html_writer::tag('file', "{$plugindir}{$file}");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user