Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Added missing array key to $JUNIT
This commit is contained in:
Matteo Beccati 2016-11-27 10:08:14 +01:00
commit 8101024ad4

View File

@ -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()