diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-06-21 02:52:39 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-06-21 02:52:39 +0900 |
| commit | 139045e721ff04b2e07e9fdf5bf62ed2ab6b6f4d (patch) | |
| tree | b750161b402e6d9ded1a421e62d8c49f4a89e407 /crates/shirabe/tests/util/main.rs | |
| parent | 619eea3af7b9c5352de42af124988eab76604cd4 (diff) | |
| download | php-shirabe-139045e721ff04b2e07e9fdf5bf62ed2ab6b6f4d.tar.gz php-shirabe-139045e721ff04b2e07e9fdf5bf62ed2ab6b6f4d.tar.zst php-shirabe-139045e721ff04b2e07e9fdf5bf62ed2ab6b6f4d.zip | |
test(util): port ZipTest
Zip::get_composer_json relies on ZipArchive, whose constructor is a
todo!() in the php-shim, so all cases are #[ignore] while compiling.
Reuses the existing PHP Fixtures/Zip archives.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe/tests/util/main.rs')
| -rw-r--r-- | crates/shirabe/tests/util/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/shirabe/tests/util/main.rs b/crates/shirabe/tests/util/main.rs index e0ce148..7bcdc96 100644 --- a/crates/shirabe/tests/util/main.rs +++ b/crates/shirabe/tests/util/main.rs @@ -6,3 +6,4 @@ mod platform_test; mod silencer_test; mod tar_test; mod url_test; +mod zip_test; |
