From bf5f849d47399317efdcda43dfbf29022872b04f Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Fri, 27 Mar 2026 18:26:42 +0100 Subject: [PATCH] Test: Use different port numbers between scenarios --- features/cron.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/cron.feature b/features/cron.feature index 2b77c875..e769fe89 100644 --- a/features/cron.feature +++ b/features/cron.feature @@ -375,12 +375,12 @@ Feature: Manage WP-Cron events and schedules error_log = {RUN_DIR}/server.log log_errors = on """ - And I launch in the background `wp server --host=localhost --port=8080 --config=php.ini` + And I launch in the background `wp server --host=localhost --port=8081 --config=php.ini` And a wp-content/mu-plugins/set_cron_site_url.php file: """