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.
2 parents dfff746 + ce2f328 commit b6d0c8fCopy full SHA for b6d0c8f
features/cron.feature
@@ -2,7 +2,7 @@ Feature: Manage WP-Cron events and schedules
2
3
Background:
4
Given a WP install
5
- And I run `wp config set DISABLE_WP_CRON false --raw --type=constant --anchor='// ** MySQL settings ** //'`
+ And I run `wp config set DISABLE_WP_CRON false --raw --type=constant --anchor='// ** MySQL settings - You can get this info from your web host ** //'`
6
7
Scenario: Scheduling and then deleting an event
8
When I run `wp cron event schedule wp_cli_test_event_1 '+1 hour 5 minutes' --apple=banana`
0 commit comments