aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/plugin/main.rs
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-08-05 04:07:35 +0900
committernsfisis <nsfisis@gmail.com>2026-08-05 04:07:35 +0900
commitda602f1cb1d555c7826fa3d026df66b82061cda4 (patch)
tree32f258f8e97c6a4dbf4ed3ad4a8f144f16557310 /crates/shirabe/tests/plugin/main.rs
parent3b0787fdecc21edf9ad22b82f547363c1aa79b15 (diff)
downloadphp-shirabe-da602f1cb1d555c7826fa3d026df66b82061cda4.tar.gz
php-shirabe-da602f1cb1d555c7826fa3d026df66b82061cda4.tar.zst
php-shirabe-da602f1cb1d555c7826fa3d026df66b82061cda4.zip
test(plugin): pin a composer-normalize fixture and compare its listing
The pinned plugin and its real dependency tree (nine packages, fetched by commit and verified by tree hash into the git-ignored ext/) install under both implementations, and the list/help renderings of the plugin-provided normalize command must match upstream byte for byte. The execution comparison is written but ignored: NormalizeCommand builds a second, in-process Composer instance, and the worker's proxy stubs reject native construction of the classes that path instantiates. Stale comments about the missing worker-side application are updated to the current facts. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe/tests/plugin/main.rs')
-rw-r--r--crates/shirabe/tests/plugin/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/shirabe/tests/plugin/main.rs b/crates/shirabe/tests/plugin/main.rs
index 633ad790..a65594be 100644
--- a/crates/shirabe/tests/plugin/main.rs
+++ b/crates/shirabe/tests/plugin/main.rs
@@ -5,5 +5,6 @@ mod config_stub;
mod e2e_command_provider_test;
mod e2e_extension_installer_test;
+mod e2e_normalize_test;
mod plugin_installer_test;
mod subscriber_test;