We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 012c2a1 commit c3cec50Copy full SHA for c3cec50
features/cron-event.feature
@@ -123,13 +123,14 @@ Feature: Manage WP Cron events
123
"""
124
125
And I run `wp config set WP_DEBUG true --raw`
126
+ And I run `wp config set WP_DEBUG_DISPLAY false --raw`
127
And I run `wp config set WP_DEBUG_LOG '{RUN_DIR}/server.log'`
128
129
When I run `wp cron event schedule mycronlog now`
130
And I try `wp cron event run --due-now`
131
Then STDERR should contain:
132
- Fatal error: Uncaught Error: Call to undefined function breakthings()
133
+ Call to undefined function breakthings()
134
135
Then the {RUN_DIR}/server.log file should exist
136
And the {RUN_DIR}/server.log file should contain:
0 commit comments