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