From ace337193f7afef45c1c99d1bef7aad574dfe820 Mon Sep 17 00:00:00 2001 From: danielbachhuber <36432+danielbachhuber@users.noreply.github.com> Date: Thu, 16 Apr 2026 05:13:33 +0000 Subject: [PATCH 1/2] Update wp-cli framework --- composer.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.lock b/composer.lock index a75801ae8..4e2d15fb8 100644 --- a/composer.lock +++ b/composer.lock @@ -2665,12 +2665,12 @@ "source": { "type": "git", "url": "https://github.com/wp-cli/wp-cli.git", - "reference": "13ae7ab75f4baa2f593a4a029dc3979646495430" + "reference": "53134e3c93c9f0a8f2276f1a3f9c688ee5f3e45d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wp-cli/wp-cli/zipball/13ae7ab75f4baa2f593a4a029dc3979646495430", - "reference": "13ae7ab75f4baa2f593a4a029dc3979646495430", + "url": "https://api.github.com/repos/wp-cli/wp-cli/zipball/53134e3c93c9f0a8f2276f1a3f9c688ee5f3e45d", + "reference": "53134e3c93c9f0a8f2276f1a3f9c688ee5f3e45d", "shasum": "" }, "require": { @@ -2741,7 +2741,7 @@ "issues": "https://github.com/wp-cli/wp-cli/issues", "source": "https://github.com/wp-cli/wp-cli" }, - "time": "2026-04-14T18:25:32+00:00" + "time": "2026-04-15T08:17:00+00:00" }, { "name": "wp-cli/wp-config-transformer", From 4b00221d9773db423c5eafb6c62700a6cf9ec41b Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Thu, 16 Apr 2026 18:15:33 +0200 Subject: [PATCH 2/2] Update command abort test after framework changes --- features/command.feature | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/features/command.feature b/features/command.feature index 418c69b62..e32325d8f 100644 --- a/features/command.feature +++ b/features/command.feature @@ -1211,10 +1211,14 @@ Feature: WP-CLI Commands """ test-command-1 """ - And STDOUT should not contain: + And STDOUT should contain: """ test-command-2 """ + And STDOUT should contain: + """ + Testing hooks. + """ And STDERR should be: """ Warning: Aborting the addition of the command 'test-command-2' with reason: Testing hooks..