diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-06-26 01:55:52 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-06-26 01:55:52 +0900 |
| commit | 4b393cba0fd8dfd62a11aa809a59aa736b800c26 (patch) | |
| tree | a9654ec4f7beac04400a7841d1332ea21b72ed8a /crates/shirabe/tests | |
| parent | cbb5118318706dc023eb8551b1f2628f395a6228 (diff) | |
| download | php-shirabe-4b393cba0fd8dfd62a11aa809a59aa736b800c26.tar.gz php-shirabe-4b393cba0fd8dfd62a11aa809a59aa736b800c26.tar.zst php-shirabe-4b393cba0fd8dfd62a11aa809a59aa736b800c26.zip | |
test(base-dependency-command): correct why-not ignore reason to trigger_error
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe/tests')
| -rw-r--r-- | crates/shirabe/tests/command/base_dependency_command_test.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/tests/command/base_dependency_command_test.rs b/crates/shirabe/tests/command/base_dependency_command_test.rs index 95991ae..697face 100644 --- a/crates/shirabe/tests/command/base_dependency_command_test.rs +++ b/crates/shirabe/tests/command/base_dependency_command_test.rs @@ -445,7 +445,7 @@ fn test_why_command_outputs() { /// ref: BaseDependencyCommandTest::testWhyNotCommandOutputs (caseWhyNotProvider rolled in). #[test] #[serial] -#[ignore = "panics in shirabe_php_shim::runtime::php_uname `_ => todo!()` arm (crates/shirabe-php-shim/src/runtime.rs:434): unimplemented php_uname() modes (n/v/m/a), reached on the `why-not` command execution path"] +#[ignore = "panics in shirabe_php_shim::runtime::trigger_error (crates/shirabe-php-shim/src/runtime.rs:435 todo!()): emitting a PHP error obeys error_reporting and the installed error handler (runtime state not modeled), reached on the `why-not` command execution path"] fn test_why_not_command_outputs() { // caseWhyNotProvider: (package, version, expected_output, expected_status_code) let cases: Vec<(&str, &str, &str, i32)> = vec