summaryrefslogtreecommitdiff
path: root/ext/soap/tests/bug73037.phpt
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-10-23 11:29:44 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-10-23 14:26:34 +0200
commit6ab4e330ac032389d370a722e54ee63aafaa9728 (patch)
tree2c4712242f9eb2ce8134c7a2b25bd8bada6e5122 /ext/soap/tests/bug73037.phpt
parent3859e743478cc7b1f47bfb40873ef9290b012ae5 (diff)
downloadphp-git-6ab4e330ac032389d370a722e54ee63aafaa9728.tar.gz
Use ephemeral port in more server tests
Port the main php_cli_server.inc to use ephemeral ports, thus allowing CLI server tests to be parallelized. A complication here is that we also need to give each test a separate doc root, to avoid index.php files writing over each other. Closes GH-6375.
Diffstat (limited to 'ext/soap/tests/bug73037.phpt')
-rw-r--r--ext/soap/tests/bug73037.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/soap/tests/bug73037.phpt b/ext/soap/tests/bug73037.phpt
index 4e72932862..8060575bd8 100644
--- a/ext/soap/tests/bug73037.phpt
+++ b/ext/soap/tests/bug73037.phpt
@@ -1,7 +1,5 @@
--TEST--
Bug #73037 SoapServer reports Bad Request when gzipped, var 0
---CONFLICTS--
-server
--SKIPIF--
<?php
require_once('skipif.inc');