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", 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..