aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/command/diagnose_command_test.rs
blob: 4b5dc9a90dd860ce8dc4987e0df9f36e4b7e6876 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//! ref: composer/tests/Composer/Test/Command/DiagnoseCommandTest.php

#[test]
#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"]
fn test_cmd_fail() {
    todo!()
}

#[test]
#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"]
fn test_cmd_success() {
    todo!()
}