aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/util
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/tests/util')
-rw-r--r--crates/shirabe/tests/util/main.rs1
-rw-r--r--crates/shirabe/tests/util/tls_helper_test.rs12
2 files changed, 13 insertions, 0 deletions
diff --git a/crates/shirabe/tests/util/main.rs b/crates/shirabe/tests/util/main.rs
index 1fb221b..4327bda 100644
--- a/crates/shirabe/tests/util/main.rs
+++ b/crates/shirabe/tests/util/main.rs
@@ -8,5 +8,6 @@ mod package_sorter_test;
mod platform_test;
mod silencer_test;
mod tar_test;
+mod tls_helper_test;
mod url_test;
mod zip_test;
diff --git a/crates/shirabe/tests/util/tls_helper_test.rs b/crates/shirabe/tests/util/tls_helper_test.rs
index 13abf77..260ff47 100644
--- a/crates/shirabe/tests/util/tls_helper_test.rs
+++ b/crates/shirabe/tests/util/tls_helper_test.rs
@@ -1 +1,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!()
+}