blob: 06f8dd8a458ef3392122f6bc79cbb9fea2932bd0 (
plain)
1
2
3
4
5
6
7
|
//! ref: composer/tests/Composer/Test/CompletionFunctionalTest.php
#[test]
#[ignore = "CommandCompletionTester (Symfony Console test helper) is not implemented in the port"]
fn test_complete() {
todo!()
}
|