Skip to content

Commit

Permalink
Merge pull request #47 from wp-cli/adapt-to-new-config-anchor
Browse files Browse the repository at this point in the history
Adapt config anchor to latest template
  • Loading branch information
schlessera authored Apr 24, 2019
2 parents dfff746 + ce2f328 commit b6d0c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/cron.feature
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Feature: Manage WP-Cron events and schedules

Background:
Given a WP install
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 ** //'`

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

0 comments on commit b6d0c8f

Please sign in to comment.