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