blob: 89963db1dee1617c4db26780af6dcd1a0def7371 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
//! ref: composer/tests/Composer/Test/Command/ExecCommandTest.php
#[test]
#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"]
fn test_list_throws_if_no_binaries_exist() {
todo!()
}
#[test]
#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"]
fn test_list() {
todo!()
}
|