blob: 0bb435795eb1e57500d37d541f7fc0d7ea485421 (
plain)
1
2
3
4
5
6
7
|
//! ref: composer/tests/Composer/Test/Command/HomeCommandTest.php
#[test]
#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"]
fn test_home_command_with_show_flag() {
todo!()
}
|