blob: 5cad1eb2bf422c9d07c87d837611d99132acd5ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
//! ref: composer/tests/Composer/Test/Command/SearchCommandTest.php
#[test]
#[ignore = "missing TestCase::init_temp_composer and get_application_tester (ApplicationTester) infrastructure"]
fn test_search() {
todo!()
}
#[test]
#[ignore = "missing TestCase::init_temp_composer and get_application_tester (ApplicationTester) infrastructure"]
fn test_invalid_format() {
todo!()
}
#[test]
#[ignore = "missing TestCase::init_temp_composer and get_application_tester (ApplicationTester) infrastructure"]
fn test_invalid_flags() {
todo!()
}
|