blob: 9dc0482454e4aa16a195fb04200d71afde31ea8d (
plain)
1
2
3
4
5
6
7
|
//! ref: composer/tests/Composer/Test/CompletionFunctionalTest.php
#[test]
#[ignore = "requires the console completion harness (Application + CompletionInput), which is not yet ported"]
fn test_complete() {
todo!()
}
|