We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e96e58 commit 2708859Copy full SHA for 2708859
features/cron-event.feature
@@ -3,6 +3,9 @@ Feature: Manage WP Cron events
3
Background:
4
Given a WP install
5
6
+ # Fails on WordPress 4.9 because `wp cron event run --due-now`
7
+ # executes the "wp_privacy_delete_old_export_files" event there.
8
+ @require-wp-5.0
9
Scenario: --due-now with supplied events should only run those
10
# WP throws a notice here for older versions of core.
11
When I try `wp cron event run --all`
0 commit comments