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 fa97aa6 commit 1051290Copy full SHA for 1051290
features/testing.feature
@@ -11,6 +11,10 @@ Feature: Test that WP-CLI loads.
11
12
Scenario: WP Cron is disabled by default
13
Given a WP install
14
+ And the wp-config.php file should contain:
15
+ """
16
+ if ( ! defined( 'DISABLE_WP_CRON' ) ) { define( 'DISABLE_WP_CRON', true ); }
17
18
And a test_cron.php file:
19
"""
20
<?php
0 commit comments