aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/documentation_test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/tests/documentation_test.rs')
-rw-r--r--crates/shirabe/tests/documentation_test.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/crates/shirabe/tests/documentation_test.rs b/crates/shirabe/tests/documentation_test.rs
index d341a93..9ea9d37 100644
--- a/crates/shirabe/tests/documentation_test.rs
+++ b/crates/shirabe/tests/documentation_test.rs
@@ -1 +1,7 @@
//! ref: composer/tests/Composer/Test/DocumentationTest.php
+
+#[test]
+#[ignore = "requires the console Application and Symfony ApplicationDescription to enumerate commands, which are not yet ported"]
+fn test_command() {
+ todo!()
+}