diff options
Diffstat (limited to 'crates/shirabe/tests')
| -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"; |
