summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-07-10 13:09:06 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-07-10 13:09:06 +0200
commit3fa9f9cfae2cedd7b6d26b6487dd156321243ab7 (patch)
tree47b93b8b1bf85e403c1970c97070dc3c85e90a28 /run-tests.php
parent825f47564a77c447e03b6009ac5522b3382a48cb (diff)
downloadphp-git-3fa9f9cfae2cedd7b6d26b6487dd156321243ab7.tar.gz
Add CONFLICTS to recognized sections
It does nothing on 7.3, but this makes it easier to write tests in 3rd party extensions.
Diffstat (limited to 'run-tests.php')
-rwxr-xr-xrun-tests.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-tests.php b/run-tests.php
index 7b20b0bde3..5f8055d2f3 100755
--- a/run-tests.php
+++ b/run-tests.php
@@ -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 . '"';
}