We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a36bab commit 9780f67Copy full SHA for 9780f67
features/db.feature
@@ -185,29 +185,6 @@ Feature: Perform database operations
185
"""
186
And STDOUT should not be empty
187
188
- Scenario: db optimize with --quiet flag should only show errors
189
- Given a WP install
190
-
191
- When I run `wp db optimize --quiet`
192
- Then STDOUT should not contain:
193
- """
194
- error
195
196
197
198
- Scenario: db optimize can explicitly pass --silent to mysqlcheck
199
200
201
- When I run `wp db optimize --silent`
202
203
204
205
206
- And STDOUT should contain:
207
208
- Success: Database optimized.
209
210
211
Scenario: db repair with --quiet flag should only show errors
212
Given a WP install
213
0 commit comments