aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/util/tls_helper_test.rs
blob: 4717282c86a2aad1031ddf78d83ffb06f247bbdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//! ref: composer/tests/Composer/Test/Util/TlsHelperTest.php

#[test]
#[ignore = "TlsHelper::check_certificate_host not implemented in crates/shirabe/src"]
fn test_check_certificate_host() {
    todo!()
}

#[test]
#[ignore = "TlsHelper::get_certificate_names not implemented in crates/shirabe/src"]
fn test_get_certificate_names() {
    todo!()
}