//! ref: composer/tests/Composer/Test/Downloader/ArchiveDownloaderTest.php // These exercise getFileName/processUrl on an anonymous ArchiveDownloader subclass built // with a mocked IO and a real HttpDownloader (curl_multi_init is todo!()), and pass mocked // packages. #[test] #[ignore = "FileDownloader::get_file_name is pub(crate); not reachable from the integration test crate"] fn test_get_file_name() { todo!() } #[test] #[ignore = "FileDownloader::process_url is pub(crate); not reachable from the integration test crate"] fn test_process_url() { todo!() } #[test] #[ignore = "FileDownloader::process_url is pub(crate); not reachable from the integration test crate"] fn test_process_url2() { todo!() } #[test] #[ignore = "FileDownloader::process_url is pub(crate); not reachable from the integration test crate"] fn test_process_url3() { todo!() } #[test] #[ignore = "FileDownloader::process_url is pub(crate); not reachable from the integration test crate"] fn test_process_url_rewrite_dist() { todo!() } #[test] #[ignore = "FileDownloader::process_url is pub(crate); not reachable from the integration test crate"] fn test_process_url_rewrite_bitbucket_dist() { todo!() }