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.
1 parent c6634f2 commit 8db94fcCopy full SHA for 8db94fc
1 file changed
features/plugin.feature
@@ -67,15 +67,11 @@ Feature: Manage WordPress plugins
67
| Zombieland | active | none | 0.1.0 |
68
69
When I try `wp plugin uninstall Zombieland`
70
- Then STDERR should contain:
71
- """
72
- The 'Zombieland' plugin is active.
73
74
- And STDERR should contain:
+ Then STDERR should be:
75
"""
+ Warning: The 'Zombieland' plugin is active.
76
Error: No plugins uninstalled.
77
78
- And STDOUT should be empty
79
And the return code should be 1
80
81
When I run `wp plugin deactivate Zombieland`
0 commit comments