blob: 90a6b4550298a1c5324a82bb9a50b3de0cdb6c5f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
//! ref: composer/tests/Composer/Test/Util/SvnTest.php
#[ignore = "Svn::get_credential_args is pub(crate) (crate-private); unreachable from an integration test"]
#[test]
fn test_credentials() {
todo!()
}
#[ignore = "Svn::get_command is pub(crate) (crate-private); unreachable from an integration test"]
#[test]
fn test_interactive_string() {
todo!()
}
#[ignore = "Svn::get_credential_args is pub(crate) (crate-private); unreachable from an integration test"]
#[test]
fn test_credentials_from_config() {
todo!()
}
#[ignore = "Svn::get_credential_args is pub(crate) (crate-private); unreachable from an integration test"]
#[test]
fn test_credentials_from_config_with_cache_credentials_true() {
todo!()
}
#[ignore = "Svn::get_credential_args is pub(crate) (crate-private); unreachable from an integration test"]
#[test]
fn test_credentials_from_config_with_cache_credentials_false() {
todo!()
}
|