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 19d26cc commit d27b3b5Copy full SHA for d27b3b5
features/upgradables.feature
@@ -223,10 +223,18 @@ Feature: Manage WordPress themes and plugins
223
"""
224
Plugin installed successfully
225
226
+ And STDOUT should not contain:
227
+ """
228
+ Using cached file '{SUITE_CACHE_DIR}/plugin/<item>-<version>
229
230
231
When I run `wp plugin delete --all`
232
And I run `wp plugin install <zip_file>`
233
Then STDOUT should contain:
234
235
+ Plugin installed successfully
236
237
+ And STDOUT should contain:
238
239
Using cached file '{SUITE_CACHE_DIR}/plugin/<item>-<version>
240
0 commit comments