aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/command
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/tests/command')
-rw-r--r--crates/shirabe/tests/command/main.rs1
-rw-r--r--crates/shirabe/tests/command/reinstall_command_test.rs6
2 files changed, 7 insertions, 0 deletions
diff --git a/crates/shirabe/tests/command/main.rs b/crates/shirabe/tests/command/main.rs
index fd40768..381649a 100644
--- a/crates/shirabe/tests/command/main.rs
+++ b/crates/shirabe/tests/command/main.rs
@@ -3,3 +3,4 @@ mod audit_command_test;
mod clear_cache_command_test;
mod diagnose_command_test;
mod exec_command_test;
+mod reinstall_command_test;
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!()
+}