Skip to content

Commit c6a4df8

Browse files
committed
DEBUG discover only 'bcmath', 'oci8', 'pdo_oci' ext tests
1 parent 686f8ea commit c6a4df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-tests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ function main(): void
738738
$test_files = [];
739739
sort($exts_to_test);
740740
$test_dirs = [];
741-
$optionals = ['Zend', 'tests', 'ext', 'sapi'];
741+
$optionals = ['ext/bcmath', 'ext/oci8', 'ext/pdo_oci'];
742742

743743
foreach ($optionals as $dir) {
744744
if (is_dir($dir)) {

0 commit comments

Comments
 (0)