We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 700da25 commit fc6207eCopy full SHA for fc6207e
1 file changed
features/config-create.feature
@@ -190,7 +190,8 @@ Feature: Create a wp-config file
190
When I run `chmod +x {RUN_DIR}/install-package-tests`
191
Then STDERR should be empty
192
193
- When I run `WP_CLI_TEST_DBHOST='localhost:{SOCKET}' WP_CLI_TEST_DBROOTPASS='root' {RUN_DIR}/install-package-tests`
+ # We try to account for the warnings we get for passing the password on the command line.
194
+ When I try `WP_CLI_TEST_DBHOST='localhost:{SOCKET}' WP_CLI_TEST_DBROOTPASS='root' {RUN_DIR}/install-package-tests`
195
Then STDOUT should contain:
196
"""
197
Detected MySQL
0 commit comments