summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorMatteo Beccati <mbeccati@php.net>2016-11-27 10:08:14 +0100
committerMatteo Beccati <mbeccati@php.net>2016-11-27 10:08:14 +0100
commit8101024ad4b41e5b0e322d0a73c8686cb265e912 (patch)
treef216267eb6686ce6845876565b35483851a1d6b8 /run-tests.php
parent8c61bd2e9a333c6161687e685b70a218084b14bf (diff)
parentf9b158df0786df2583f3a683952009470f2df0af (diff)
downloadphp-git-8101024ad4b41e5b0e322d0a73c8686cb265e912.tar.gz
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: Added missing array key to $JUNIT
Diffstat (limited to 'run-tests.php')
-rwxr-xr-xrun-tests.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/run-tests.php b/run-tests.php
index 41a061666b..ce11fb1d87 100755
--- a/run-tests.php
+++ b/run-tests.php
@@ -2697,6 +2697,7 @@ function junit_init() {
'test_fail' => 0,
'test_error' => 0,
'test_skip' => 0,
+ 'test_warn' => 0,
'execution_time'=> 0,
'suites' => array(),
'files' => array()