blob: 82f42fbface2798f641164dac5b7b91917817c9b (
plain)
1
2
3
4
5
6
7
8
9
|
//! ref: composer/tests/Composer/Test/CompletionFunctionalTest.php
#[test]
#[ignore = "CommandCompletionTester (Symfony Console test helper) is not implemented in the port"]
fn test_complete() {
// TODO(phase-d): CommandCompletionTester (Symfony Console test helper) is not implemented in
// the port, so this data-provider-driven completion test has no harness to run against.
todo!()
}
|