blob: 260ff475b7a3ccfda4b3b77ff33834c02fb281f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
//! ref: composer/tests/Composer/Test/Util/TlsHelperTest.php
#[test]
#[ignore = "Composer\\Util\\TlsHelper is not yet ported"]
fn test_check_certificate_host() {
todo!()
}
#[test]
#[ignore = "Composer\\Util\\TlsHelper is not yet ported"]
fn test_get_certificate_names() {
todo!()
}
|