//! ref: composer/tests/Composer/Test/Command/BumpCommandTest.php #[test] #[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"] fn test_bump() { todo!() } #[test] #[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"] fn test_bump_fails_on_non_existing_composer_file() { todo!() } #[test] #[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"] fn test_bump_fails_on_write_error_to_composer_file() { todo!() }