We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cacec6f commit dbb923aCopy full SHA for dbb923a
1 file changed
features/cron-event.feature
@@ -158,3 +158,18 @@ Feature: Manage WP Cron events
158
"""
159
Debug: Arguments:
160
161
+
162
+ Scenario: Confirm that cron event run with verbose flag lists both before and after
163
+ When I run `wp cron event run wp_cli_test_event_1 --due-now --verbose`
164
+ Then STDOUT should contain:
165
+ """
166
+ Beginning execution of cron event 'wp_cli_test_event_1'
167
168
+ And STDOUT should contain:
169
170
+ Executed the cron event 'wp_cli_test_event_1'
171
172
173
174
+ Executed a total of 1 cron event
175
0 commit comments