Fix Plugin name with HTML entities test#526
Conversation
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.
There was a problem hiding this comment.
Pull request overview
Updates the plugin installation feature test to use an available WordPress.org plugin while preserving coverage for plugin names containing HTML entities.
Changes:
- Replaces the closed
debug-bar-list-dependenciesplugin slug withhealth-check. - Updates the expected install output to match the Health Check plugin name containing
&.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Code Review
This pull request updates the 'Plugin name with HTML entities' test scenario in features/plugin.feature to use the health-check plugin instead of debug-bar-list-dependencies. Feedback indicates that the health-check plugin requires WordPress 5.6 or higher, so a version requirement tag should be added to the scenario to ensure test robustness across all supported environments.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.