File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed
Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -352,22 +352,16 @@ Feature: Manage WordPress plugins
352352
353353 When I run `wp plugin list --fields=name,status,update`
354354 Then STDOUT should be table containing rows:
355- ---------------------+----------+-----------+
356355 | name | status | update |
357- ---------------------+----------+-----------+
358356 | wordpress -importer | inactive | available |
359- ---------------------+----------+-----------+
360357
361358 When I run `wp transient delete update_plugins`
362359 Success: Transient deleted.
363360
364361 When I run `wp plugin list --fields=name,status,update --skip-update-check`
365362 Then STDOUT should be table containing rows:
366- ---------------------+----------+-----------+
367363 | name | status | update |
368- ---------------------+----------+-----------+
369364 | wordpress -importer | inactive | none |
370- ---------------------+----------+-----------+
371365
372366 Scenario : Install a plugin when directory doesn't yet exist
373367 Given a WP install
Original file line number Diff line number Diff line change @@ -189,22 +189,16 @@ Feature: Manage WordPress themes
189189
190190 When I run `wp theme list --fields=name,status,update`
191191 Then STDOUT should be table containing rows:
192- --------+----------+------------
193192 | name | status | update |
194- --------+----------+------------
195193 | astra | inactive | available |
196- --------+----------+------------
197194
198195 When I run `wp transient delete update_themes`
199196 Success: Transient deleted.
200197
201198 When I run `wp theme list --fields=name,status,update --skip-update-check`
202199 Then STDOUT should be table containing rows:
203- +-------+----------+--------+
204200 | name | status | update |
205- +-------+----------+--------+
206201 | astra | inactive | none |
207- +-------+----------+--------+
208202
209203 Scenario: Install a theme when the theme directory doesn't yet exist
210204 Given a WP install
You can’t perform that action at this time.
0 commit comments