blob: 7c9bef1424120de2d22dd4db7fcb9a1bc997fc39 (
plain)
1
2
3
4
5
6
7
|
//! ref: composer/tests/Composer/Test/DocumentationTest.php
#[test]
#[ignore = "Application::set_auto_exit (setAutoExit) does not exist, required by provideCommandCases"]
fn test_command() {
todo!()
}
|