We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 469c202 commit 1b2b055Copy full SHA for 1b2b055
features/cron.feature
@@ -378,14 +378,14 @@ Feature: Manage WP-Cron events and schedules
378
https://example.com
379
"""
380
381
- When I run `wp cron test`
382
- Then STDOUT should contain:
+ When I try `wp cron test`
+ Then STDERR should contain:
383
384
- Success: WP-Cron spawning is working as expected.
+ Warning: The ALTERNATE_WP_CRON constant is set to true. WP-Cron spawning is not asynchronous.
385
386
And STDERR should contain:
387
388
- Warning: The ALTERNATE_WP_CRON constant is set to true. WP-Cron spawning is not asynchronous.
+ Error: WP-Cron spawn returned HTTP status code: 403 Forbidden
389
390
391
Scenario: Listing duplicated cron events
0 commit comments