aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/command/suggests_command_test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/tests/command/suggests_command_test.rs')
-rw-r--r--crates/shirabe/tests/command/suggests_command_test.rs13
1 files changed, 13 insertions, 0 deletions
diff --git a/crates/shirabe/tests/command/suggests_command_test.rs b/crates/shirabe/tests/command/suggests_command_test.rs
index 857535a..21e9ec7 100644
--- a/crates/shirabe/tests/command/suggests_command_test.rs
+++ b/crates/shirabe/tests/command/suggests_command_test.rs
@@ -1 +1,14 @@
//! ref: composer/tests/Composer/Test/Command/SuggestsCommandTest.php
+
+macro_rules! stub {
+ ($name:ident) => {
+ #[test]
+ #[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"]
+ fn $name() {
+ todo!()
+ }
+ };
+}
+
+stub!(test_installed_packages_with_no_suggestions);
+stub!(test_suggest);