1
0
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:
Nikita Popov
2019-05-31 12:04:23 +02:00
parent 1df9f238fe
commit 137747bdaf

View File

@@ -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,
);