Skip to content

Commit 1051290

Browse files
committed
debug step
1 parent fa97aa6 commit 1051290

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

features/testing.feature

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ Feature: Test that WP-CLI loads.
1111

1212
Scenario: WP Cron is disabled by default
1313
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+
"""
1418
And a test_cron.php file:
1519
"""
1620
<?php

0 commit comments

Comments
 (0)