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 76940db commit b53a39dCopy full SHA for b53a39d
features/requests.feature
@@ -157,6 +157,18 @@ Feature: Requests integration with both v1 and v2
157
Success: Generated 'wp-config.php' file.
158
"""
159
160
+ When I run `vendor/bin/wp config set WP_DEBUG true --raw`
161
+ Then STDOUT should be:
162
+ """
163
+ Success: Updated the constant 'WP_DEBUG' in the 'wp-config.php' file with the raw value 'true'.
164
165
+
166
+ When I run `vendor/bin/wp config set WP_DEBUG_DISPLAY true --raw`
167
168
169
+ Success: Added the constant 'WP_DEBUG_DISPLAY' to the 'wp-config.php' file with the raw value 'true'.
170
171
172
When I run `vendor/bin/wp db create`
173
Then STDOUT should be:
174
0 commit comments