aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/installer/main.rs
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-06-21 04:11:50 +0900
committernsfisis <nsfisis@gmail.com>2026-06-21 04:11:50 +0900
commit343e6fcc129b47768059860e26ef6372170794b2 (patch)
tree8188b36316e5c7ba60e954fe6e1533bc07808249 /crates/shirabe/tests/installer/main.rs
parent5f85bb006a71eef80037102936a6530510662365 (diff)
downloadphp-shirabe-343e6fcc129b47768059860e26ef6372170794b2.tar.gz
php-shirabe-343e6fcc129b47768059860e26ef6372170794b2.tar.zst
php-shirabe-343e6fcc129b47768059860e26ef6372170794b2.zip
test: port MetapackageInstallerTest and SelfUpdate/Status/Home command stubs
MetapackageInstaller install/uninstall verified against a real InstalledArrayRepository; update reaches version_compare (todo!()) and is ignored. The command tests need the ApplicationTester harness (stubbed). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe/tests/installer/main.rs')
-rw-r--r--crates/shirabe/tests/installer/main.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/crates/shirabe/tests/installer/main.rs b/crates/shirabe/tests/installer/main.rs
index fa7fea5..f28341e 100644
--- a/crates/shirabe/tests/installer/main.rs
+++ b/crates/shirabe/tests/installer/main.rs
@@ -1 +1,5 @@
+#[path = "../common/test_case.rs"]
+mod test_case;
+
mod installer_event_test;
+mod metapackage_installer_test;