We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78e76a1 + c395955 commit 1a34b38Copy full SHA for 1a34b38
features/taxonomy.feature
@@ -11,10 +11,10 @@ Feature: Manage WordPress taxonomies
11
| category | Categories | | post | 1 | 1 | 1 |
12
| post_tag | Tags | | post | 1 | | 1 |
13
14
- When I run `wp taxonomy list --object_type=link --format=csv`
+ When I run `wp taxonomy list --object_type=nav_menu_item --format=csv`
15
Then STDOUT should be CSV containing:
16
- | name | label | description | object_type | show_tagcloud | hierarchical | public |
17
- | link_category | Link Categories | | link | | | |
+ | name | label | description | object_type | show_tagcloud | hierarchical | public |
+ | nav_menu | Navigation Menus | | nav_menu_item | | | |
18
19
Scenario: Get taxonomy
20
When I try `wp taxonomy get invalid-taxonomy`
0 commit comments