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

#[test]
#[ignore = "missing TestCase::init_temp_composer and get_application_tester (ApplicationTester with run/get_display) infrastructure"]
fn test_list_throws_if_no_binaries_exist() {
    todo!()
}

#[test]
#[ignore = "missing TestCase::init_temp_composer and get_application_tester (ApplicationTester with run/get_display) infrastructure"]
fn test_list() {
    todo!()
}