Skip to content

Commit f493b4e

Browse files
swissspidyCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent fbb40dc commit f493b4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

features/taxonomy.feature

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)