blob: 9ea9d374f01743d8be2979c9cc2d47c9323b107b (
plain)
1
2
3
4
5
6
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!()
}
|