From: Matteo Beccati Date: Sun, 27 Nov 2016 09:07:05 +0000 (+0100) Subject: Added missing array key to $JUNIT X-Git-Tag: php-5.6.30RC1~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=28cf42568b3cfba8dffd3760a9781b2eb8872a3d;p=php Added missing array key to $JUNIT --- 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()