We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73bda11 commit 012c2a1Copy full SHA for 012c2a1
features/cron-event.feature
@@ -102,7 +102,7 @@ Feature: Manage WP Cron events
102
"""
103
104
When I run `wp cron event schedule mycron now`
105
- And I run `wp cron event run --due-now`
+ And I try `wp cron event run --due-now`
106
Then STDOUT should contain:
107
108
MY SHUTDOWN FUNCTION
@@ -129,7 +129,7 @@ Feature: Manage WP Cron events
129
And I try `wp cron event run --due-now`
130
Then STDERR should contain:
131
132
- Fatal error: Uncaught Error: Call to undefined function breakthings()
+ Fatal error: Uncaught Error: Call to undefined function breakthings()
133
134
Then the {RUN_DIR}/server.log file should exist
135
And the {RUN_DIR}/server.log file should contain:
0 commit comments