//! ref: composer/tests/Composer/Test/Command/ValidateCommandTest.php #[test] #[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"] fn test_validate() { todo!() } #[test] #[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"] fn test_validate_on_file_issues() { todo!() } #[test] #[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"] fn test_with_composer_lock() { todo!() } #[test] #[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"] fn test_unaccessible_file() { todo!() }