We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41944d8 commit 3e71b2eCopy full SHA for 3e71b2e
1 file changed
features/config-create.feature
@@ -251,7 +251,7 @@ Feature: Create a wp-config file
251
252
When I try `wp config create --dbhost=127.0.0.1 --dbname=wp_cli_test --dbuser=wp_cli_test_ssl --dbpass=password2 --ssl`
253
Then the return code should be 0
254
- Then the wp-config.php file should contain:
+ And the wp-config.php file should contain:
255
"""
256
define( 'DB_USER', 'wp_cli_test_ssl' )
257
0 commit comments