summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatteo Beccati <mbeccati@php.net>2016-11-27 10:07:05 +0100
committerMatteo Beccati <mbeccati@php.net>2016-11-27 10:07:05 +0100
commit28cf42568b3cfba8dffd3760a9781b2eb8872a3d (patch)
treeab6c015b5f78790c4b7ba563406639d6aecb0943
parent114277ed453f6a75771032f760fd2de64544a08d (diff)
downloadphp-git-28cf42568b3cfba8dffd3760a9781b2eb8872a3d.tar.gz
Added missing array key to $JUNIT
-rwxr-xr-xrun-tests.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/run-tests.php b/run-tests.php
index 5df1c5f42b..0949d50c88 100755
--- a/run-tests.php
+++ b/run-tests.php
@@ -2636,6 +2636,7 @@ function junit_init() {
'test_fail' => 0,
'test_error' => 0,
'test_skip' => 0,
+ 'test_warn' => 0,
'execution_time'=> 0,
'suites' => array(),
'files' => array()