File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -105,8 +105,8 @@ Feature: Manage WordPress themes
105105
106106 When I run `wp theme list`
107107 Then STDOUT should be a table containing rows:
108- | name | status | update | version | update_version | auto_update |
109- | twentytwelve | active | available | 1 .5 | {UPDATE_VERSION } | off |
108+ | name | status | update | version | update_version | auto_update | type |
109+ | twentytwelve | active | available | 1 .5 | {UPDATE_VERSION } | off | classic |
110110
111111 When I try `wp theme update`
112112 Then STDERR should be:
@@ -757,7 +757,8 @@ Feature: Manage WordPress themes
757757 Scenario : Check theme type field for classic themes
758758 Given a WP install
759759
760- When I run `wp theme list --fields=name,type --name=twentytwelve`
760+ When I run `wp theme install twentytwelve --force`
761+ And I run `wp theme list --fields=name,type --name=twentytwelve`
761762 Then STDOUT should be a table containing rows:
762763 | name | type |
763764 | twentytwelve | classic |
You can’t perform that action at this time.
0 commit comments