We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6415fe7 commit b17a5adCopy full SHA for b17a5ad
features/config-create.feature
@@ -263,7 +263,7 @@ Feature: Create a wp-config file
263
Given an empty directory
264
And WP files
265
266
- When I run `wp config create --skip-check --dbname=somedb --dbuser=someuser --dbpass='my\\password'` --force
+ When I run `wp config create --skip-check --dbname=somedb --dbuser=someuser --dbpass='my\\password'`
267
Then the wp-config.php file should contain:
268
"""
269
define( 'DB_PASSWORD', 'my\\\\password' )
0 commit comments