Skip to content

Commit d9f1f04

Browse files
committed
Adapt anchor text
1 parent 5191037 commit d9f1f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/cron.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Feature: Manage WP-Cron events and schedules
22

33
Background:
44
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 ** //'`
5+
And I run `wp config set DISABLE_WP_CRON false --raw --type=constant --anchor="if ( ! defined( 'DISABLE_WP_CRON' ) )"`
66

77
Scenario: Scheduling and then deleting an event
88
When I run `wp cron event schedule wp_cli_test_event_1 '+1 hour 5 minutes' --0=banana`

0 commit comments

Comments
 (0)