mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
Merge branch 'PHP-7.1'
* PHP-7.1: Added missing array key to $JUNIT
This commit is contained in:
commit
02a1469810
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user