aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/command/main.rs
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-06-21 04:24:02 +0900
committernsfisis <nsfisis@gmail.com>2026-06-21 04:24:02 +0900
commit1936ccd4ee01ac7ef043c525753e06ce328aa529 (patch)
treed6d5130bd589aba5a44fa850096523e357b247a9 /crates/shirabe/tests/command/main.rs
parent8e37fd201072439148ab2d179313478b79a38df7 (diff)
downloadphp-shirabe-1936ccd4ee01ac7ef043c525753e06ce328aa529.tar.gz
php-shirabe-1936ccd4ee01ac7ef043c525753e06ce328aa529.tar.zst
php-shirabe-1936ccd4ee01ac7ef043c525753e06ce328aa529.zip
test: port GitHub/GitLab/Forgejo, Search/CheckPlatformReqs, ZipArchiver stubs
All ignored/todo!(): the auth-util tests mock IO/Config/HttpDownloader, the command tests need ApplicationTester, and ZipArchiver builds a zip via ZipArchive (todo!()). setUp/tearDown not ported. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe/tests/command/main.rs')
-rw-r--r--crates/shirabe/tests/command/main.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/shirabe/tests/command/main.rs b/crates/shirabe/tests/command/main.rs
index 195f570..9183b33 100644
--- a/crates/shirabe/tests/command/main.rs
+++ b/crates/shirabe/tests/command/main.rs
@@ -1,9 +1,11 @@
mod about_command_test;
mod audit_command_test;
+mod check_platform_reqs_command_test;
mod clear_cache_command_test;
mod diagnose_command_test;
mod exec_command_test;
mod home_command_test;
mod reinstall_command_test;
+mod search_command_test;
mod self_update_command_test;
mod status_command_test;