We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48d4359 + 9b2a887 commit de9c491Copy full SHA for de9c491
features/db.feature
@@ -18,7 +18,7 @@ Feature: Perform database operations
18
Then STDOUT should be empty
19
And STDERR should contain:
20
"""
21
- We were able to connect to the database server (which means your username and password is okay) but not able to select the `wp_cli_test` database.
+ (which means your username and password is okay)
22
23
24
When I run `wp db create`
@@ -62,7 +62,7 @@ Feature: Perform database operations
62
63
64
65
66
67
68
When I run `wp db create --dbuser=wp_cli_test`
0 commit comments