We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 364548b commit cf22fe0Copy full SHA for cf22fe0
features/plugin-dependencies.feature
@@ -119,7 +119,8 @@ Feature: Plugin dependencies support
119
Warning: akismet: Plugin already installed.
120
"""
121
122
- When I run `wp plugin list --fields=name,status --format=csv`
+ # Expecting a warning for BuddyPress attempting a redirect upon activation.
123
+ When I try `wp plugin list --fields=name,status --format=csv`
124
Then STDOUT should contain:
125
126
buddypress,active
0 commit comments