Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions features/network-meta.feature
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,14 @@ Feature: Manage network-wide custom fields.
This is not a multisite install
"""
And the return code should be 1

Scenario: Suggest 'meta' when 'option' subcommand is run
Given a WP install

When I try `wp network option`
Then STDERR should contain:
"""
Error: 'option' is not a registered subcommand of 'network'. See 'wp help network' for available subcommands.
Did you mean 'meta'?
"""
And the return code should be 1