aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/completion_functional_test.rs
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-07-11 20:09:27 +0900
committernsfisis <nsfisis@gmail.com>2026-07-16 01:02:47 +0900
commit6f55caac4e6e55661305311174e31ec2b0e375b6 (patch)
tree7ae39ecfd175ccda96e970db348f00d0c6dc7c1a /crates/shirabe/tests/completion_functional_test.rs
parentda751367b50ec4c680aa5f45d3ce0d192d647dbb (diff)
downloadphp-shirabe-6f55caac4e6e55661305311174e31ec2b0e375b6.tar.gz
php-shirabe-6f55caac4e6e55661305311174e31ec2b0e375b6.tar.zst
php-shirabe-6f55caac4e6e55661305311174e31ec2b0e375b6.zip
test: update TODO reason for unported test cases
No test logic changes.
Diffstat (limited to 'crates/shirabe/tests/completion_functional_test.rs')
-rw-r--r--crates/shirabe/tests/completion_functional_test.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/shirabe/tests/completion_functional_test.rs b/crates/shirabe/tests/completion_functional_test.rs
index 06f8dd8a..82f42fbf 100644
--- a/crates/shirabe/tests/completion_functional_test.rs
+++ b/crates/shirabe/tests/completion_functional_test.rs
@@ -3,5 +3,7 @@
#[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!()
}