Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions features/cron-event.feature
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ Feature: Manage WP Cron events
Success: Executed a total of
"""

# Running --all in WP >= 6.3 dynamically schedules 'wp_delete_temp_updater_backups' for now.
When I try `wp cron event run --due-now`
Then STDOUT should contain:
"""
Success: Executed a total of
"""
Comment thread
swissspidy marked this conversation as resolved.

When I run `wp cron event run --due-now`
Then STDOUT should contain:
"""
Expand Down
7 changes: 7 additions & 0 deletions features/cron.feature
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,13 @@ Feature: Manage WP-Cron events and schedules
Success: Executed a total of
"""

# Running --all in WP >= 6.3 dynamically schedules 'wp_delete_temp_updater_backups' for now.
When I try `wp cron event run --due-now`
Then STDOUT should contain:
"""
Success: Executed a total of
"""

When I run `wp cron event run --due-now`
Then STDOUT should contain:
"""
Expand Down