We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3cec50 commit 2907e52Copy full SHA for 2907e52
features/cron-event.feature
@@ -123,10 +123,9 @@ Feature: Manage WP Cron events
123
"""
124
125
And I run `wp config set WP_DEBUG true --raw`
126
- And I run `wp config set WP_DEBUG_DISPLAY false --raw`
127
And I run `wp config set WP_DEBUG_LOG '{RUN_DIR}/server.log'`
128
129
- When I run `wp cron event schedule mycronlog now`
+ When I try `wp cron event schedule mycronlog now`
130
And I try `wp cron event run --due-now`
131
Then STDERR should contain:
132
0 commit comments