File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -131,8 +131,8 @@ Feature: Manage WordPress plugins
131131
132132 When I run `wp plugin list`
133133 Then STDOUT should be a table containing rows:
134- | name | status | update | version | update_version |
135- | wordpress -importer | active | available | 0 .5 | {UPDATE_VERSION } |
134+ | name | status | update | version | update_version |
135+ | wordpress -importer | active | available | 0 .5 | {UPDATE_VERSION } |
136136
137137 When I try `wp plugin update`
138138 Then STDERR should be:
Original file line number Diff line number Diff line change @@ -101,8 +101,8 @@ Feature: Manage WordPress themes
101101
102102 When I run `wp theme list`
103103 Then STDOUT should be a table containing rows:
104- | name | status | update | version | update_version |
105- | p2 | active | available | 1 .4 .1 | {UPDATE_VERSION } |
104+ | name | status | update | version | update_version |
105+ | p2 | active | available | 1 .4 .1 | {UPDATE_VERSION } |
106106
107107 When I try `wp theme update`
108108 Then STDERR should be:
You can’t perform that action at this time.
0 commit comments