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 ad84c65 commit ae4aff8Copy full SHA for ae4aff8
features/testing.feature
@@ -13,7 +13,7 @@ Feature: Test that WP-CLI loads.
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 ); }
+ if ( defined( 'DISABLE_WP_CRON' ) === false ) { define( 'DISABLE_WP_CRON', true ); }
17
18
And a test_cron.php file:
19
0 commit comments