From 90aabcf574c2c1ed8c913578b57e4a87a7cc801d Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Mon, 18 May 2026 14:48:57 +0200 Subject: [PATCH] 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. --- features/plugin.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/plugin.feature b/features/plugin.feature index 69445491..ec1f1192 100644 --- a/features/plugin.feature +++ b/features/plugin.feature @@ -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` 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.