]> granicus.if.org Git - php/commitdiff
Add CONFLICTS to recognized sections
authorNikita Popov <nikita.ppv@gmail.com>
Wed, 10 Jul 2019 11:09:06 +0000 (13:09 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Wed, 10 Jul 2019 11:09:06 +0000 (13:09 +0200)
It does nothing on 7.3, but this makes it easier to write tests in
3rd party extensions.

run-tests.php

index 7b20b0bde3a75c88065bc45b631831608bf6c930..5f8055d2f3d139cf61f7ca25db33bf2e342c280b 100755 (executable)
@@ -1324,7 +1324,7 @@ TEST $file
                                'CAPTURE_STDIO', 'STDIN', 'CGI', 'PHPDBG',
                                'INI', 'ENV', 'EXTENSIONS',
                                'SKIPIF', 'XFAIL', 'CLEAN',
-                               'CREDITS', 'DESCRIPTION',
+                               'CREDITS', 'DESCRIPTION', 'CONFLICTS',
                        ))) {
                                $bork_info = 'Unknown section "' . $section . '"';
                        }