diff --git a/run-tests.php b/run-tests.php index ae988abdc09df..d772c85f95272 100755 --- a/run-tests.php +++ b/run-tests.php @@ -3895,7 +3895,7 @@ public function getName(): string public function isCGI(): bool { - return $this->sectionNotEmpty('CGI') + return $this->hasSection('CGI') || $this->sectionNotEmpty('GET') || $this->sectionNotEmpty('POST') || $this->sectionNotEmpty('GZIP_POST')