We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9994f8 commit 176dc75Copy full SHA for 176dc75
features/db-search.feature
@@ -1102,5 +1102,13 @@ Feature: Search through the database
1102
And STDOUT should be empty
1103
And the return code should be 1
1104
1105
+ When I try `wp db search example.com --format=count`
1106
+ Then STDERR should be:
1107
+ """
1108
+ Error: The "count" format can only be used for a single table.
1109
1110
+ And STDOUT should be empty
1111
+ And the return code should be 1
1112
+
1113
When I run `wp db search mail.example.com wp_options --format=ids`
1114
Then STDOUT should not be empty
0 commit comments