Skip to content

Commit 24e22eb

Browse files
committed
Run sapi tests when running all tests
1 parent 3ba6454 commit 24e22eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-tests.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ function main()
746746
$ignored_by_ext = 0;
747747
sort($exts_to_test);
748748
$test_dirs = array();
749-
$optionals = array('tests', 'ext', 'Zend');
749+
$optionals = array('Zend', 'tests', 'ext', 'sapi');
750750

751751
foreach ($optionals as $dir) {
752752
if (is_dir($dir)) {

0 commit comments

Comments
 (0)