aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/command/suggests_command_test.rs
blob: 21e9ec7192aed92e413870e99d3346995e9cd443 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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);