aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/command/main.rs
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-06-21 03:30:01 +0900
committernsfisis <nsfisis@gmail.com>2026-06-21 03:30:01 +0900
commit63e553e213d3d4deccf58e65a65800659189e38c (patch)
tree18a650ef7078176b73ce69f2d1317a54ed0554b2 /crates/shirabe/tests/command/main.rs
parent66cfb2371b02bd3d66d092d444ac7f8e7a842916 (diff)
downloadphp-shirabe-63e553e213d3d4deccf58e65a65800659189e38c.tar.gz
php-shirabe-63e553e213d3d4deccf58e65a65800659189e38c.tar.zst
php-shirabe-63e553e213d3d4deccf58e65a65800659189e38c.zip
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) <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe/tests/command/main.rs')
-rw-r--r--crates/shirabe/tests/command/main.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/shirabe/tests/command/main.rs b/crates/shirabe/tests/command/main.rs
index b2774dd..f8aef08 100644
--- a/crates/shirabe/tests/command/main.rs
+++ b/crates/shirabe/tests/command/main.rs
@@ -1 +1,4 @@
mod about_command_test;
+mod clear_cache_command_test;
+mod diagnose_command_test;
+mod exec_command_test;