We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc6207e commit 0f096aaCopy full SHA for 0f096aa
1 file changed
features/config-create.feature
@@ -191,7 +191,7 @@ Feature: Create a wp-config file
191
Then STDERR should be empty
192
193
# 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`
+ When I try `WP_CLI_TEST_DBHOST='localhost:{SOCKET}' {RUN_DIR}/install-package-tests`
195
Then STDOUT should contain:
196
"""
197
Detected MySQL
0 commit comments