diff --git a/features/cron.feature b/features/cron.feature index e653960b..946b3c5e 100644 --- a/features/cron.feature +++ b/features/cron.feature @@ -365,6 +365,21 @@ Feature: Manage WP-Cron events and schedules require: - alternate-wp-cron.php """ + And a php.ini file: + """ + 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 a wp-content/mu-plugins/set_cron_site_url.php file: + """ +