]> granicus.if.org Git - php/commitdiff
Added missing array key to $JUNIT
authorMatteo Beccati <mbeccati@php.net>
Sun, 27 Nov 2016 09:07:05 +0000 (10:07 +0100)
committerMatteo Beccati <mbeccati@php.net>
Sun, 27 Nov 2016 09:07:05 +0000 (10:07 +0100)
run-tests.php

index 5df1c5f42bd32569523a99ada0b00a3669179aaf..0949d50c885af3ee6c38c8939de3a99985fa1660 100755 (executable)
@@ -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()