]> granicus.if.org Git - php/commitdiff
Run sapi tests when running all tests
authorNikita Popov <nikita.ppv@gmail.com>
Wed, 29 May 2019 15:07:12 +0000 (17:07 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Wed, 29 May 2019 15:07:12 +0000 (17:07 +0200)
run-tests.php

index 99767d1d0877a548cf0153755dc927e55abe60e5..f6f18354c09fb748cd508625b904646c7d70c494 100755 (executable)
@@ -746,7 +746,7 @@ HELP;
        $ignored_by_ext = 0;
        sort($exts_to_test);
        $test_dirs = array();
-       $optionals = array('tests', 'ext', 'Zend');
+       $optionals = array('Zend', 'tests', 'ext', 'sapi');
 
        foreach ($optionals as $dir) {
                if (is_dir($dir)) {