Skip to content

Commit 3fa9f9c

Browse files
committed
Add CONFLICTS to recognized sections
It does nothing on 7.3, but this makes it easier to write tests in 3rd party extensions.
1 parent 825f475 commit 3fa9f9c

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
@@ -1324,7 +1324,7 @@ function run_test($php, $file, $env)
13241324
'CAPTURE_STDIO', 'STDIN', 'CGI', 'PHPDBG',
13251325
'INI', 'ENV', 'EXTENSIONS',
13261326
'SKIPIF', 'XFAIL', 'CLEAN',
1327-
'CREDITS', 'DESCRIPTION',
1327+
'CREDITS', 'DESCRIPTION', 'CONFLICTS',
13281328
))) {
13291329
$bork_info = 'Unknown section "' . $section . '"';
13301330
}

0 commit comments

Comments
 (0)