Skip to content

Commit 90aabcf

Browse files
committed
Fix Plugin name with HTML entities test
The debug-bar-list-dependencies plugin was closed the other day, so switching to the Health Check plugin which will hopefully be around for a while.
1 parent 48791bf commit 90aabcf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

features/plugin.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,10 +481,10 @@ Feature: Manage WordPress plugins
481481
Scenario: Plugin name with HTML entities
482482
Given a WP install
483483

484-
When I run `wp plugin install debug-bar-list-dependencies`
484+
When I run `wp plugin install health-check`
485485
Then STDOUT should contain:
486486
"""
487-
Installing Debug Bar List Script & Style Dependencies
487+
Installing Health Check & Troubleshooting
488488
"""
489489

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

0 commit comments

Comments
 (0)