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 60cb9a4 commit 4a6f7c7Copy full SHA for 4a6f7c7
features/plugin.feature
@@ -356,6 +356,7 @@ Feature: Manage WordPress plugins
356
| wordpress-importer | inactive | available |
357
358
When I run `wp transient delete update_themes --network`
359
+ Then STDOUT should contain:
360
Success: Transient deleted.
361
362
When I run `wp plugin list --fields=name,status,update --skip-update-check`
features/theme.feature
@@ -193,6 +193,7 @@ Feature: Manage WordPress themes
193
| astra | inactive | available |
194
195
196
197
198
199
When I run `wp theme list --fields=name,status,update --skip-update-check`
0 commit comments