We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b98ce0d commit c020721Copy full SHA for c020721
1 file changed
features/db-query.feature
@@ -98,7 +98,7 @@ Feature: Query the database with WordPress' MySQL config
98
Given a WP install
99
100
When I try `wp db query "SELECT 1;" --host=testhost --port=3307 --debug`
101
- Then STDERR should match #Final MySQL command: .* --host=testhost.*--port=3307#
+ Then STDERR should match #Running shell command: .* --host=testhost.*--port=3307#
102
103
Scenario: SQL modes do not include any of the modes incompatible with WordPress
104
0 commit comments