Commit ab55e41
committed
Sort skipped extensions in test summary
Sort flags are the same as for $exts_to_test (flags: SORT_REGULAR) in
main():730.
There was also a slight chance to branch into get_summary() with
(show_ext_summary: true) and count(NULL) use: Given the call of
find_files() in main() on line 635, when there are no extensions to
skip, then the global variable $exts_skipped is not converted to an
array ($global[] = ...), that errors on count() then.
Therefore, we cast the global variable $exts_skipped to array before
sorting and counting.1 parent 787f26c commit ab55e41
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3012 | 3012 | | |
3013 | 3013 | | |
3014 | 3014 | | |
| 3015 | + | |
| 3016 | + | |
| 3017 | + | |
3015 | 3018 | | |
3016 | 3019 | | |
3017 | 3020 | | |
| |||
0 commit comments