summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-05-31 12:04:23 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-05-31 12:04:23 +0200
commit137747bdaf8a5fa0d01e2d3833147aba66eb314d (patch)
treedfc4ada2ece5322a4c4e897decca2b8c9d8ce796 /run-tests.php
parent1df9f238fed314255b858e3996c35be8cdff917f (diff)
downloadphp-git-137747bdaf8a5fa0d01e2d3833147aba66eb314d.tar.gz
run-tests: Remove redundant 'suites' key
We don't have nestead testsuites or similar, so drop this confusing key.
Diffstat (limited to 'run-tests.php')
-rwxr-xr-xrun-tests.php1
1 files changed, 0 insertions, 1 deletions
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,
);