We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebf084c commit 4183a85Copy full SHA for 4183a85
1 file changed
features/cron-event.feature
@@ -160,16 +160,16 @@ Feature: Manage WP Cron events
160
"""
161
162
Scenario: Confirm that cron event run in debug mode shows the start of events
163
- When I run `wp cron event run --due-now --debug=cron`
164
- Then STDERR should contain:
+ When I run `wp cron event run wp_version_check --debug=cron`
+ Then STDOUT should contain:
165
166
- Beginning execution of cron event
+ Executed the cron event 'wp_version_check'
167
168
And STDOUT should contain:
169
170
- Executed the cron event
+ Executed a total of 1 cron event
171
172
- And STDOUT should contain:
+ And STDERR should contain:
173
174
- Executed a total of
+ Debug: Beginning execution of cron event 'wp_version_check'
175
0 commit comments