summaryrefslogtreecommitdiff
path: root/tests
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 /tests
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 'tests')
-rw-r--r--tests/basic/bug67198.phpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/basic/bug67198.phpt b/tests/basic/bug67198.phpt
index e5ffe3bf6c..c89dfd49da 100644
--- a/tests/basic/bug67198.phpt
+++ b/tests/basic/bug67198.phpt
@@ -2,8 +2,6 @@
php://input is empty when enable_post_data_reading=Off
--INI--
allow_url_fopen=1
---CONFLICTS--
-server
--SKIPIF--
<?php
include __DIR__."/../../sapi/cli/tests/skipif.inc";