Skip to content

Commit 24ce410

Browse files
committed
always lowercased already
1 parent 3977668 commit 24ce410

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

run-tests.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -748,11 +748,6 @@ function main(): void
748748
}
749749
}
750750

751-
// Convert extension names to lowercase
752-
foreach ($exts_to_test as $key => $val) {
753-
$exts_to_test[$key] = strtolower($val);
754-
}
755-
756751
foreach ($test_dirs as $dir) {
757752
find_files(TEST_PHP_SRCDIR . "/{$dir}", $dir == 'ext');
758753
}

0 commit comments

Comments
 (0)