File tree 1 file changed +2
-20
lines changed
1 file changed +2
-20
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ Feature: Perform database operations
4
4
Given an empty directory
5
5
And WP files
6
6
And wp-config.php
7
+ And I run `wp config set WP_DEBUG true --type=constant --raw`
7
8
And a session_no file:
8
9
"""
9
10
n
@@ -12,16 +13,6 @@ Feature: Perform database operations
12
13
"""
13
14
y
14
15
"""
15
- And a wp-debug.php file:
16
- """
17
- <?php
18
- define( 'WP_DEBUG', true );
19
- """
20
- And a wp-cli.yml file:
21
- """
22
- require:
23
- - wp-debug.php
24
- """
25
16
26
17
When I try `wp option get home`
27
18
Then STDOUT should be empty
@@ -65,16 +56,7 @@ Feature: Perform database operations
65
56
Given an empty directory
66
57
And WP files
67
58
And wp-config.php
68
- And a wp-debug.php file:
69
- """
70
- <?php
71
- define( 'WP_DEBUG', true );
72
- """
73
- And a wp-cli.yml file:
74
- """
75
- require:
76
- - wp-debug.php
77
- """
59
+ And I run `wp config set WP_DEBUG true --type=constant --raw`
78
60
79
61
When I try `wp option get home`
80
62
Then STDOUT should be empty
You can’t perform that action at this time.
0 commit comments