From 27b73a9d4e27027bd34c0068989ce0609bdc6e9f Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 21 Jun 2026 03:51:59 +0900 Subject: test: port ClassLoader/HttpDownloader/Reinstall command tests ClassLoader::getPrefixes verified; loadClass/serializability rely on PHP runtime class loading and serialize() (stubbed). HttpDownloader and Reinstall need curl/ApplicationTester (stubbed). Wires up the autoload test target. Co-Authored-By: Claude Opus 4.8 (1M context) --- crates/shirabe/tests/command/reinstall_command_test.rs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'crates/shirabe/tests/command/reinstall_command_test.rs') diff --git a/crates/shirabe/tests/command/reinstall_command_test.rs b/crates/shirabe/tests/command/reinstall_command_test.rs index 3cf6712..df0b618 100644 --- a/crates/shirabe/tests/command/reinstall_command_test.rs +++ b/crates/shirabe/tests/command/reinstall_command_test.rs @@ -1 +1,7 @@ //! ref: composer/tests/Composer/Test/Command/ReinstallCommandTest.php + +#[test] +#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"] +fn test_reinstall_command() { + todo!() +} -- cgit v1.3.1