Fix executions

This commit is contained in:
Matej Bačo
2024-07-03 08:00:17 +00:00
parent 1ce4eee34c
commit 5fb41fd216
4 changed files with 5 additions and 4 deletions
-1
View File
@@ -108,7 +108,6 @@ class HTTPTest extends Scope
'0.14.x',
];
// var_dump($files);
foreach ($files as $file) {
if (in_array($file, ['.', '..'])) {
continue;