From ef497c4da296155e4189b1bfb3699e4cefde5033 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Thu, 6 Aug 2026 12:31:56 +0200 Subject: [PATCH 1/2] Fix failing theme tests --- features/check-theme-update.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/check-theme-update.feature b/features/check-theme-update.feature index 9201fbd..0ebee7b 100644 --- a/features/check-theme-update.feature +++ b/features/check-theme-update.feature @@ -20,7 +20,7 @@ Feature: Check whether themes are up to date Scenario: One theme has an update available Given a WP install And I run `wp theme update --all` - And I run `wp theme install moina --version=1.1.2` + And I run `wp theme install oceanly --version=1.0.0` When I run `wp doctor check theme-update` Then STDOUT should be a table containing rows: From 64c96f11172a7dc2c2b15c3d525a8b42750026f2 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Thu, 6 Aug 2026 12:51:56 +0200 Subject: [PATCH 2/2] Use different theme --- features/check-theme-update.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/check-theme-update.feature b/features/check-theme-update.feature index 0ebee7b..5f00f34 100644 --- a/features/check-theme-update.feature +++ b/features/check-theme-update.feature @@ -20,7 +20,7 @@ Feature: Check whether themes are up to date Scenario: One theme has an update available Given a WP install And I run `wp theme update --all` - And I run `wp theme install oceanly --version=1.0.0` + And I run `wp theme install twentytwelve --version=1.0 --force` When I run `wp doctor check theme-update` Then STDOUT should be a table containing rows: