diff options
Diffstat (limited to 'crates/shirabe/tests/command/bump_command_test.rs')
| -rw-r--r-- | crates/shirabe/tests/command/bump_command_test.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/shirabe/tests/command/bump_command_test.rs b/crates/shirabe/tests/command/bump_command_test.rs index a96dcc7..4e9a49c 100644 --- a/crates/shirabe/tests/command/bump_command_test.rs +++ b/crates/shirabe/tests/command/bump_command_test.rs @@ -1,19 +1,19 @@ //! ref: composer/tests/Composer/Test/Command/BumpCommandTest.php +#[ignore = "missing TestCase::init_temp_composer, create_installed_json, create_composer_lock, and get_application_tester (ApplicationTester) infrastructure"] #[test] -#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"] fn test_bump() { todo!() } +#[ignore = "missing TestCase::init_temp_composer and get_application_tester (ApplicationTester) infrastructure"] #[test] -#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"] fn test_bump_fails_on_non_existing_composer_file() { todo!() } +#[ignore = "missing TestCase::init_temp_composer and get_application_tester (ApplicationTester) infrastructure"] #[test] -#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"] fn test_bump_fails_on_write_error_to_composer_file() { todo!() } |
