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