We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 243201f commit 9764acfCopy full SHA for 9764acf
composer.json
@@ -16,7 +16,7 @@
16
},
17
"require-dev": {
18
"wp-cli/entity-command": "^1.3 || ^2",
19
- "wp-cli/wp-cli-tests": "^2.0.7"
+ "wp-cli/wp-cli-tests": "^2.0.11"
20
21
"config": {
22
"process-timeout": 7200,
features/cron.feature
@@ -190,9 +190,9 @@ Feature: Manage WP-Cron events and schedules
190
191
Scenario: Testing WP-Cron
192
When I try `wp cron test`
193
- Then STDERR should not contain:
+ Then STDERR should be:
194
"""
195
- Error:
+ Error: The DISABLE_WP_CRON constant is set to true. WP-Cron spawning is disabled.
196
197
198
Scenario: Run multiple cron events
0 commit comments