From: Nikita Popov Date: Fri, 31 May 2019 10:04:23 +0000 (+0200) Subject: run-tests: Remove redundant 'suites' key X-Git-Tag: php-7.4.0alpha1~133 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=137747bdaf8a5fa0d01e2d3833147aba66eb314d;p=php run-tests: Remove redundant 'suites' key We don't have nestead testsuites or similar, so drop this confusing key. --- diff --git a/run-tests.php b/run-tests.php index e776335fdd..eed88ef132 100755 --- a/run-tests.php +++ b/run-tests.php @@ -3544,7 +3544,6 @@ function junit_init_suite($suite_name) 'test_fail' => 0, 'test_error' => 0, 'test_skip' => 0, - 'suites' => array(), 'files' => array(), 'execution_time' => 0, );