From 822d9a872807a92a5337ee8b7bab96dc9845cdbb Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 22 Jun 2026 02:09:59 +0900 Subject: test: port more test cases Co-Authored-By: Claude Opus 4.8 (1M context) --- crates/shirabe/tests/command/self_update_command_test.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'crates/shirabe/tests/command/self_update_command_test.rs') diff --git a/crates/shirabe/tests/command/self_update_command_test.rs b/crates/shirabe/tests/command/self_update_command_test.rs index d741302..8e51580 100644 --- a/crates/shirabe/tests/command/self_update_command_test.rs +++ b/crates/shirabe/tests/command/self_update_command_test.rs @@ -7,7 +7,7 @@ fn set_up() -> String { } #[test] -#[ignore = "requires the ApplicationTester harness, which is not yet ported"] +#[ignore = "depends on initTempComposer, composer-test.phar fixture, and Symfony Process to spawn the phar; none ported"] fn test_successful_update() { let _phar = set_up(); @@ -15,7 +15,7 @@ fn test_successful_update() { } #[test] -#[ignore = "requires the ApplicationTester harness, which is not yet ported"] +#[ignore = "depends on initTempComposer, composer-test.phar fixture, and Symfony Process to spawn the phar; none ported"] fn test_update_to_specific_version() { let _phar = set_up(); @@ -23,7 +23,7 @@ fn test_update_to_specific_version() { } #[test] -#[ignore = "requires the ApplicationTester harness, which is not yet ported"] +#[ignore = "depends on getApplicationTester (ApplicationTester) which is not ported"] fn test_update_with_invalid_option_throws_exception() { let _phar = set_up(); @@ -31,7 +31,7 @@ fn test_update_with_invalid_option_throws_exception() { } #[test] -#[ignore = "requires the ApplicationTester harness, which is not yet ported"] +#[ignore = "depends on initTempComposer, composer-test.phar fixture, and Symfony Process to spawn the phar; none ported"] fn test_update_to_different_channel() { let _phar = set_up(); -- cgit v1.3.1