We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d0d423 commit 59b9a4eCopy full SHA for 59b9a4e
features/cron-event.feature
@@ -266,13 +266,9 @@ Feature: Manage WP Cron events
266
"""
267
268
# After the transient is cleared, the run should proceed normally.
269
- When I run `wp transient delete doing_cron`
+ When I run `wp eval 'delete_transient( "doing_cron" );'`
270
And I try `wp cron event run --due-now`
271
Then STDOUT should contain:
272
273
Executed the cron event 'wp_cli_test_event_lock'
274
275
- And STDOUT should contain:
276
- """
277
- Executed a total of 1 cron event
278
0 commit comments