Skip to content

Commit d07892f

Browse files
committed
DEBUG discover only 'bcmath', 'oci8', 'pdo_oci' ext tests
1 parent 25d3cee commit d07892f

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
@@ -754,7 +754,7 @@ function main(): void
754754
$ignored_by_ext = [];
755755
sort($exts_to_test);
756756
$test_dirs = [];
757-
$optionals = ['Zend', 'tests', 'ext', 'sapi'];
757+
$optionals = ['ext/bcmath', 'ext/oci8', 'ext/pdo_oci'];
758758

759759
foreach ($optionals as $dir) {
760760
if (is_dir($dir)) {

0 commit comments

Comments
 (0)