Skip to content

Commit 28cf425

Browse files
committed
Added missing array key to $JUNIT
1 parent 114277e commit 28cf425

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run-tests.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2636,6 +2636,7 @@ function junit_init() {
26362636
'test_fail' => 0,
26372637
'test_error' => 0,
26382638
'test_skip' => 0,
2639+
'test_warn' => 0,
26392640
'execution_time'=> 0,
26402641
'suites' => array(),
26412642
'files' => array()

0 commit comments

Comments
 (0)