blob: f75090ca13e195f01cfd327103f1c6cc5adfca2e (
plain)
1
2
3
4
5
6
7
|
//! ref: composer/tests/Composer/Test/Command/FundCommandTest.php
#[ignore = "missing TestCase::init_temp_composer, create_installed_json, and get_application_tester (ApplicationTester) infrastructure"]
#[test]
fn test_fund_command() {
todo!()
}
|