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 5191037 commit d9f1f04Copy full SHA for d9f1f04
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 - You can get this info from your web host ** //'`
+ And I run `wp config set DISABLE_WP_CRON false --raw --type=constant --anchor="if ( ! defined( 'DISABLE_WP_CRON' ) )"`
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' --0=banana`
0 commit comments