Skip to content

Commit ae4aff8

Browse files
committed
Update assertion
1 parent ad84c65 commit ae4aff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/testing.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Feature: Test that WP-CLI loads.
1313
Given a WP install
1414
And the wp-config.php file should contain:
1515
"""
16-
if ( ! defined( 'DISABLE_WP_CRON' ) ) { define( 'DISABLE_WP_CRON', true ); }
16+
if ( defined( 'DISABLE_WP_CRON' ) === false ) { define( 'DISABLE_WP_CRON', true ); }
1717
"""
1818
And a test_cron.php file:
1919
"""

0 commit comments

Comments
 (0)