//! ref: composer/tests/Composer/Test/Command/InstallCommandTest.php #[test] #[ignore = "requires ApplicationTester and TestCase::initTempComposer/createComposerLock/createInstalledJson harness (not implemented)"] fn test_install_command_errors() { todo!() } #[test] #[ignore = "requires ApplicationTester and TestCase::initTempComposer/createComposerLock harness (not implemented)"] fn test_install_from_empty_vendor() { todo!() } #[test] #[ignore = "requires ApplicationTester and TestCase::initTempComposer/createComposerLock harness (not implemented)"] fn test_install_from_empty_vendor_no_dev() { todo!() } #[test] #[ignore = "requires ApplicationTester and TestCase::initTempComposer/createComposerLock/createInstalledJson harness (not implemented)"] fn test_install_new_packages_with_existing_partial_vendor() { todo!() }