Skip to content

Commit b6d0c8f

Browse files
authored
Merge pull request #47 from wp-cli/adapt-to-new-config-anchor
Adapt config anchor to latest template
2 parents dfff746 + ce2f328 commit b6d0c8f

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 ** //'`
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 ** //'`
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' --apple=banana`

0 commit comments

Comments
 (0)