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 243201f + 6a6ba3d commit 1eadbe6Copy full SHA for 1eadbe6
composer.json
@@ -16,7 +16,7 @@
16
},
17
"require-dev": {
18
"wp-cli/entity-command": "^1.3 || ^2",
19
- "wp-cli/wp-cli-tests": "^2.0.7"
+ "wp-cli/wp-cli-tests": "^2.0.11"
20
21
"config": {
22
"process-timeout": 7200,
features/cron.feature
@@ -2,6 +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 ** //'`
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