File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -115,14 +115,14 @@ Feature: Manage WordPress taxonomies
115115 When I run `wp taxonomy list --object_type=post --strict`
116116 Then STDOUT should be a table containing rows:
117117 | name | label | description | object_type | show_tagcloud | hierarchical | public |
118- | category | Categories | | post | true | true | true |
119- | post_tag | Tags | | post | true | false | true |
120- | post_format | Format | | post | false | false | true |
118+ | category | Categories | | post | 1 | 1 | 1 |
119+ | post_tag | Tags | | post | 1 | | 1 |
120+ | post_format | Format | | post | | | 1 |
121121
122122 When I run `wp taxonomy list --object_type=post --no-strict`
123123 Then STDOUT should be a table containing rows:
124124 | name | label | description | object_type | show_tagcloud | hierarchical | public |
125- | category | Categories | | post | true | true | true |
126- | post_tag | Tags | | post | true | false | true |
127- | post_format | Format | | post | false | false | true |
128- | genres | Genres | | post , page | true | true | true |
125+ | category | Categories | | post | 1 | 1 | 1 |
126+ | post_tag | Tags | | post | 1 | | 1 |
127+ | post_format | Format | | post | | | 1 |
128+ | genres | Genres | | post , page | 1 | 1 | 1 |
You can’t perform that action at this time.
0 commit comments