We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5375be8 commit 47906b9Copy full SHA for 47906b9
1 file changed
features/db-query.feature
@@ -135,7 +135,7 @@ Feature: Query the database with WordPress' MySQL config
135
"""
136
137
When I run `chmod +x fake-bin/mysql fake-bin/mariadb`
138
- And I run `env PATH={RUN_DIR}/fake-bin:$PATH wp db query "SELECT COUNT(ID) FROM wp_users;" --debug`
+ And I try `env PATH={RUN_DIR}/fake-bin:$PATH wp db query "SELECT COUNT(ID) FROM wp_users;" --debug`
139
Then STDOUT should be:
140
141
COUNT(ID)
0 commit comments