Skip to content
Merged
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
4 changes: 2 additions & 2 deletions features/plugin.feature
Original file line number Diff line number Diff line change
Expand Up @@ -481,10 +481,10 @@ Feature: Manage WordPress plugins
Scenario: Plugin name with HTML entities
Given a WP install

When I run `wp plugin install debug-bar-list-dependencies`
When I run `wp plugin install health-check`
Comment thread
swissspidy marked this conversation as resolved.
Then STDOUT should contain:
"""
Installing Debug Bar List Script & Style Dependencies
Installing Health Check & Troubleshooting
"""

# Not running for SQLite because it involves another must-use plugin and a drop-in.
Expand Down
Loading