mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
run-tests: Remove redundant 'suites' key
We don't have nestead testsuites or similar, so drop this confusing key.
This commit is contained in:
@@ -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,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user