Skip to content
Snippets Groups Projects
Verified Commit b18cc5ab authored by Florian Azizian's avatar Florian Azizian
Browse files

FIX #15736 TIME 0:20 Improve check file + test templates migration

parent 255539d0
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ chdir('../..');
$customs = scandir('custom');
foreach ($customs as $custom) {
if ($custom == 'custom.json' || $custom == '.' || $custom == '..') {
if (in_array($custom, ['custom.json', 'custom.xml', '.', '..'])) {
continue;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment