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