diff options
Diffstat (limited to 'crates/shirabe/tests/completion_functional_test.rs')
| -rw-r--r-- | crates/shirabe/tests/completion_functional_test.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/tests/completion_functional_test.rs b/crates/shirabe/tests/completion_functional_test.rs index 9dc0482..06f8dd8 100644 --- a/crates/shirabe/tests/completion_functional_test.rs +++ b/crates/shirabe/tests/completion_functional_test.rs @@ -1,7 +1,7 @@ //! ref: composer/tests/Composer/Test/CompletionFunctionalTest.php #[test] -#[ignore = "requires the console completion harness (Application + CompletionInput), which is not yet ported"] +#[ignore = "CommandCompletionTester (Symfony Console test helper) is not implemented in the port"] fn test_complete() { todo!() } |
