We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48791bf commit 36098c5Copy full SHA for 36098c5
1 file changed
features/plugin.feature
@@ -481,10 +481,10 @@ Feature: Manage WordPress plugins
481
Scenario: Plugin name with HTML entities
482
Given a WP install
483
484
- When I run `wp plugin install debug-bar-list-dependencies`
+ When I run `wp plugin install health-check`
485
Then STDOUT should contain:
486
"""
487
- Installing Debug Bar List Script & Style Dependencies
+ Installing Health Check & Troubleshooting
488
489
490
# Not running for SQLite because it involves another must-use plugin and a drop-in.
0 commit comments