//! ref: composer/tests/Composer/Test/Command/RequireCommandTest.php #[test] #[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"] fn test_require_throws_if_none_matches() { todo!() } #[test] #[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"] fn test_require_warns_if_resolved_to_feature_branch() { todo!() } #[test] #[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"] fn test_require() { todo!() } #[test] #[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"] fn test_inconsistent_require_keys() { todo!() }