From 6ab4e330ac032389d370a722e54ee63aafaa9728 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Fri, 23 Oct 2020 11:29:44 +0200 Subject: 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. --- tests/basic/bug67198.phpt | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/basic') 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--