File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ Feature: Manage WordPress taxonomies
88 When I run `wp taxonomy list --format=csv`
99 Then STDOUT should be CSV containing:
1010 | name | label | description | object_type | show_tagcloud | hierarchical | public |
11- | category | Categories | | post | true | true | true |
12- | post_tag | Tags | | post | true | false | true |
11+ | category | Categories | | post | 1 | 1 | 1 |
12+ | post_tag | Tags | | post | 1 | | 1 |
1313
1414 When I run `wp taxonomy list --object_type=nav_menu_item --format=csv`
1515 Then STDOUT should be CSV containing:
1616 | name | label | description | object_type | show_tagcloud | hierarchical | public |
17- | nav_menu | Navigation Menus | | nav_menu_item | false | false | false |
17+ | nav_menu | Navigation Menus | | nav_menu_item | | | |
1818
1919 @require-wp-5.0
2020 Scenario : Listing taxonomies with counts
You can’t perform that action at this time.
0 commit comments