We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51732e8 commit 06ef2e4Copy full SHA for 06ef2e4
1 file changed
features/db-size.feature
@@ -247,8 +247,10 @@ Feature: Display database size
247
@require-mysql
248
Scenario: Display table size with right alignment
249
Given a WP install
250
+ And I run `wp site empty --yes`
251
+ And I run `wp post generate --post_type=page --post_status=draft --count=100`
252
- When I run `SHELL_PIPE=0 wp db size --tables --all-tables --orderby=size --order=desc --size_format=mb`
253
+ When I run `SHELL_PIPE=0 wp db size --tables --all-tables --orderby=size --order=desc --size_format=kb`
254
Then STDOUT should strictly be:
255
"""
256
+-------------------------+------+
0 commit comments