aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/config/json_config_source_test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/tests/config/json_config_source_test.rs')
-rw-r--r--crates/shirabe/tests/config/json_config_source_test.rs18
1 files changed, 8 insertions, 10 deletions
diff --git a/crates/shirabe/tests/config/json_config_source_test.rs b/crates/shirabe/tests/config/json_config_source_test.rs
index 2d101aa..b8abf57 100644
--- a/crates/shirabe/tests/config/json_config_source_test.rs
+++ b/crates/shirabe/tests/config/json_config_source_test.rs
@@ -31,59 +31,57 @@ impl Drop for TearDown {
}
}
-// JsonConfigSource edits composer.json through JsonManipulator, whose text-rewriting
-// operations reach addcslashes (todo!()) in the php-shim.
#[test]
-#[ignore = "JsonConfigSource uses JsonManipulator, which reaches addcslashes (todo!()) in the php-shim"]
+#[ignore = "test body not yet ported (todo!() stub)"]
fn test_add_repository() {
let _tear_down = set_up();
todo!()
}
#[test]
-#[ignore = "JsonConfigSource uses JsonManipulator, which reaches addcslashes (todo!()) in the php-shim"]
+#[ignore = "test body not yet ported (todo!() stub)"]
fn test_add_repository_as_list() {
let _tear_down = set_up();
todo!()
}
#[test]
-#[ignore = "JsonConfigSource uses JsonManipulator, which reaches addcslashes (todo!()) in the php-shim"]
+#[ignore = "test body not yet ported (todo!() stub)"]
fn test_add_repository_with_options() {
let _tear_down = set_up();
todo!()
}
#[test]
-#[ignore = "JsonConfigSource uses JsonManipulator, which reaches addcslashes (todo!()) in the php-shim"]
+#[ignore = "test body not yet ported (todo!() stub)"]
fn test_remove_repository() {
let _tear_down = set_up();
todo!()
}
#[test]
-#[ignore = "JsonConfigSource uses JsonManipulator, which reaches addcslashes (todo!()) in the php-shim"]
+#[ignore = "test body not yet ported (todo!() stub)"]
fn test_add_packagist_repository_with_false_value() {
let _tear_down = set_up();
todo!()
}
#[test]
-#[ignore = "JsonConfigSource uses JsonManipulator, which reaches addcslashes (todo!()) in the php-shim"]
+#[ignore = "test body not yet ported (todo!() stub)"]
fn test_remove_packagist() {
let _tear_down = set_up();
todo!()
}
#[test]
-#[ignore = "JsonConfigSource uses JsonManipulator, which reaches addcslashes (todo!()) in the php-shim"]
+#[ignore = "test body not yet ported (todo!() stub)"]
fn test_add_link() {
let _tear_down = set_up();
todo!()
}
#[test]
-#[ignore = "JsonConfigSource uses JsonManipulator, which reaches addcslashes (todo!()) in the php-shim"]
+#[ignore = "test body not yet ported (todo!() stub)"]
fn test_remove_link() {
let _tear_down = set_up();
todo!()