Merge branch 'PHP-7.1'

* PHP-7.1:
  Added missing array key to $JUNIT
This commit is contained in:
Matteo Beccati 2016-11-27 10:08:23 +01:00
commit 02a1469810

View File

@ -2699,6 +2699,7 @@ function junit_init() {
'test_fail' => 0,
'test_error' => 0,
'test_skip' => 0,
'test_warn' => 0,
'execution_time'=> 0,
'suites' => array(),
'files' => array()