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 07c11d6 commit 1477012Copy full SHA for 1477012
features/db-size.feature
@@ -136,7 +136,7 @@ Feature: Display database size
136
Scenario: Display only database size in megabytes with specific precision for a WordPress install
137
Given a WP install
138
139
- When I run `wp db size --size_format=mb --decimals=0`
+ When I run `wp db size --size_format=mb --decimals=0`
140
Then STDOUT should not contain:
141
"""
142
.
@@ -147,7 +147,7 @@ Feature: Display database size
147
MB
148
149
150
- When I run `wp db size --size_format=mb --decimals=1`
+ When I run `wp db size --size_format=mb --decimals=1`
151
Then STDOUT should contain:
152
153
0 commit comments