From 63e553e213d3d4deccf58e65a65800659189e38c Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 21 Jun 2026 03:30:01 +0900 Subject: test(command): port Diagnose/Exec/ClearCache command tests Stubbed as todo!()/ignored: all need the ApplicationTester/initTempComposer harness, which is not yet ported. Co-Authored-By: Claude Opus 4.8 (1M context) --- .../shirabe/tests/command/clear_cache_command_test.rs | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'crates/shirabe/tests/command/clear_cache_command_test.rs') diff --git a/crates/shirabe/tests/command/clear_cache_command_test.rs b/crates/shirabe/tests/command/clear_cache_command_test.rs index 29eb90e..0e03548 100644 --- a/crates/shirabe/tests/command/clear_cache_command_test.rs +++ b/crates/shirabe/tests/command/clear_cache_command_test.rs @@ -1 +1,19 @@ //! ref: composer/tests/Composer/Test/Command/ClearCacheCommandTest.php + +#[test] +#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"] +fn test_clear_cache_command_success() { + todo!() +} + +#[test] +#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"] +fn test_clear_cache_command_with_option_garbage_collection() { + todo!() +} + +#[test] +#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"] +fn test_clear_cache_command_with_option_no_cache() { + todo!() +} -- cgit v1.3.1