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

#[test]
#[ignore = "missing TestCase::init_temp_composer and get_application_tester (ApplicationTester) infrastructure"]
fn test_cmd_fail() {
    todo!()
}

#[test]
#[ignore = "missing TestCase::init_temp_composer and get_application_tester (ApplicationTester) infrastructure"]
fn test_cmd_success() {
    todo!()
}