Added missing array key to $JUNIT

This commit is contained in:
Matteo Beccati 2016-11-27 10:07:05 +01:00
parent 114277ed45
commit 28cf42568b

View File

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