blob: 9650991a73505aef51d5fadab33198c017abf245 (
plain)
1
2
3
4
5
6
7
|
//! ref: composer/tests/Composer/Test/Downloader/XzDownloaderTest.php
#[test]
#[ignore = "needs a real HttpDownloader/Loop and an XzDownloader download cycle; HttpDownloader construction reaches curl_multi_init (todo!()) in the php-shim"]
fn test_error_messages() {
todo!()
}
|