diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-08-06 20:36:59 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-08-06 20:36:59 +0900 |
| commit | f18efec69df00cf61e3ec595d07131cae7ca0372 (patch) | |
| tree | f4db0668757ef83cb008f6d53059db6b3bd52df4 /crates/shirabe/tests/package/version | |
| parent | 3f525f228052ad04e6f9da6ff160bef803d079bd (diff) | |
| download | php-shirabe-f18efec69df00cf61e3ec595d07131cae7ca0372.tar.gz php-shirabe-f18efec69df00cf61e3ec595d07131cae7ca0372.tar.zst php-shirabe-f18efec69df00cf61e3ec595d07131cae7ca0372.zip | |
test(version-selector): drop four stale #[ignore] attributes
The reason string blamed shirabe_php_shim::runtime::constant(), which
PlatformRepository stopped reaching once its constant lookups went through
the RuntimeInterface seam. All four pass.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe/tests/package/version')
| -rw-r--r-- | crates/shirabe/tests/package/version/version_selector_test.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/crates/shirabe/tests/package/version/version_selector_test.rs b/crates/shirabe/tests/package/version/version_selector_test.rs index b194eb5f..13544399 100644 --- a/crates/shirabe/tests/package/version/version_selector_test.rs +++ b/crates/shirabe/tests/package/version/version_selector_test.rs @@ -115,7 +115,6 @@ fn test_latest_version_is_returned() { } #[test] -#[ignore = "PlatformRepository initialization calls shirabe_php_shim::runtime::constant() which is still todo!(); unrelated to the RepositorySet seam"] fn test_latest_version_is_returned_that_matches_php_requirements() { let package_name = "foo/bar"; @@ -212,7 +211,6 @@ fn test_latest_version_is_returned_that_matches_php_requirements() { } #[test] -#[ignore = "PlatformRepository initialization calls shirabe_php_shim::runtime::constant() which is still todo!(); unrelated to the RepositorySet seam"] fn test_latest_version_is_returned_that_matches_ext_requirements() { let package_name = "foo/bar"; @@ -262,7 +260,6 @@ fn test_latest_version_is_returned_that_matches_ext_requirements() { } #[test] -#[ignore = "PlatformRepository initialization calls shirabe_php_shim::runtime::constant() which is still todo!(); unrelated to the RepositorySet seam"] fn test_latest_version_is_returned_that_matches_platform_ext() { let package_name = "foo/bar"; @@ -306,7 +303,6 @@ fn test_latest_version_is_returned_that_matches_platform_ext() { } #[test] -#[ignore = "PlatformRepository initialization calls shirabe_php_shim::runtime::constant() which is still todo!(); unrelated to the RepositorySet seam"] fn test_latest_version_is_returned_that_matches_composer_requirements() { let package_name = "foo/bar"; |
