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 1f9ed1a commit efca712Copy full SHA for efca712
features/db-size.feature
@@ -88,18 +88,18 @@ Feature: Display database size
88
Given a WP install
89
90
When I run `wp db size --size_format=b --format=csv`
91
- Then STDOUT should be:
+ Then STDOUT should contain:
92
"""
93
Name,Size
94
- wp_cli_test,"638976 B"
+ wp_cli_test,"
95
96
97
But STDOUT should not be a number
98
99
When I run `wp db size --size_format=b --format=json`
100
101
102
- [{"Name":"wp_cli_test","Size":"638976 B"}]
+ [{"Name":"wp_cli_test","Size":"
103
104
105
0 commit comments