//! ref: composer/tests/Composer/Test/Repository/ComposerRepositoryTest.php // These construct a ComposerRepository with a mocked HttpDownloader/IO/Config and parse // provider/package data whose constraints go through a look-around regex; mocking is not // available and a real HttpDownloader reaches curl_multi_init (todo!()). #[test] #[ignore = "mocks HttpDownloader/IO (curl_multi_init todo!()) and parses constraints via a look-around regex"] fn test_load_data() { todo!() } #[test] #[ignore = "mocks HttpDownloader/IO (curl_multi_init todo!()) and parses constraints via a look-around regex"] fn test_what_provides() { todo!() } #[test] #[ignore = "mocks HttpDownloader/IO (curl_multi_init todo!()) and parses constraints via a look-around regex"] fn test_search_with_type() { todo!() } #[test] #[ignore = "mocks HttpDownloader/IO (curl_multi_init todo!()) and parses constraints via a look-around regex"] fn test_search_with_special_chars() { todo!() } #[test] #[ignore = "mocks HttpDownloader/IO (curl_multi_init todo!()) and parses constraints via a look-around regex"] fn test_search_with_abandoned_packages() { todo!() } #[test] #[ignore = "mocks HttpDownloader/IO (curl_multi_init todo!()) and parses constraints via a look-around regex"] fn test_canonicalize_url() { todo!() } #[test] #[ignore = "mocks HttpDownloader/IO (curl_multi_init todo!()) and parses constraints via a look-around regex"] fn test_get_provider_names_will_return_partial_package_names() { todo!() } #[test] #[ignore = "mocks HttpDownloader/IO (curl_multi_init todo!()) and parses constraints via a look-around regex"] fn test_get_security_advisories_assert_repository_http_options_are_used() { todo!() } #[test] #[ignore = "mocks HttpDownloader/IO (curl_multi_init todo!()) and parses constraints via a look-around regex"] fn test_get_security_advisories_assert_repository_advisories_is_zero_indexed_array_with_consecutive_keys() { todo!() }