diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-06-25 15:39:06 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-06-26 00:20:05 +0900 |
| commit | 46ac7242d526e13707dc140b7244e0fadf2219b9 (patch) | |
| tree | d65c6a48f4b8c8f1c6bdad848536b698cbf44f88 /crates/shirabe/tests/repository/composer_repository_test.rs | |
| parent | 3a883e6912e642a1bcfe68336007eae018207308 (diff) | |
| download | php-shirabe-46ac7242d526e13707dc140b7244e0fadf2219b9.tar.gz php-shirabe-46ac7242d526e13707dc140b7244e0fadf2219b9.tar.zst php-shirabe-46ac7242d526e13707dc140b7244e0fadf2219b9.zip | |
test: un-ignore date-dependent vcs/advisory tests now that date_create works
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe/tests/repository/composer_repository_test.rs')
| -rw-r--r-- | crates/shirabe/tests/repository/composer_repository_test.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/shirabe/tests/repository/composer_repository_test.rs b/crates/shirabe/tests/repository/composer_repository_test.rs index 1cb34ed..ae82b24 100644 --- a/crates/shirabe/tests/repository/composer_repository_test.rs +++ b/crates/shirabe/tests/repository/composer_repository_test.rs @@ -673,7 +673,6 @@ fn generate_security_advisory( // Ported and exercising the real getSecurityAdvisories path, but blocked by an unimplemented // production shim: constructing a full SecurityAdvisory parses `reportedAt` via // shirabe_php_shim::date_create (todo!(): needs the strtotime grammar parser). -#[ignore = "production todo!(): shirabe_php_shim::date_create unimplemented (reached when parsing advisory reportedAt into a full SecurityAdvisory)"] #[test] fn test_get_security_advisories_assert_repository_advisories_is_zero_indexed_array_with_consecutive_keys() { |
