You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: features/requests.feature
+1-7Lines changed: 1 addition & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@ Feature: Requests integration with both v1 and v2
125
125
"johnpbloch/wordpress": "6.1"
126
126
},
127
127
"require-dev": {
128
-
"wp-cli/wp-cli-bundle": "^2.8.0"
128
+
"wp-cli/wp-cli-bundle": "dev-main as 2.8.1"
129
129
},
130
130
"config": {
131
131
"allow-plugins": {
@@ -145,12 +145,6 @@ Feature: Requests integration with both v1 and v2
145
145
require __DIR__ . "/../vendor/autoload.php";
146
146
"""
147
147
148
-
When I run `vendor/bin/wp cli version`
149
-
Then STDOUT should contain:
150
-
"""
151
-
WP-CLI 2.8
152
-
"""
153
-
154
148
When I run `vendor/bin/wp config create --dbname={DB_NAME} --dbuser={DB_USER} --dbpass={DB_PASSWORD} --dbhost={DB_HOST} --extra-php < extra-config.php`
0 commit comments