diff options
author | Matteo Beccati <mbeccati@php.net> | 2016-11-27 10:07:05 +0100 |
---|---|---|
committer | Matteo Beccati <mbeccati@php.net> | 2016-11-27 10:07:05 +0100 |
commit | 28cf42568b3cfba8dffd3760a9781b2eb8872a3d (patch) | |
tree | ab6c015b5f78790c4b7ba563406639d6aecb0943 /run-tests.php | |
parent | 114277ed453f6a75771032f760fd2de64544a08d (diff) | |
download | php-git-28cf42568b3cfba8dffd3760a9781b2eb8872a3d.tar.gz |
Added missing array key to $JUNIT
Diffstat (limited to 'run-tests.php')
-rwxr-xr-x | run-tests.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run-tests.php b/run-tests.php index 5df1c5f42b..0949d50c88 100755 --- a/run-tests.php +++ b/run-tests.php @@ -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() |