aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/command/self_update_command_test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/tests/command/self_update_command_test.rs')
-rw-r--r--crates/shirabe/tests/command/self_update_command_test.rs24
1 files changed, 24 insertions, 0 deletions
diff --git a/crates/shirabe/tests/command/self_update_command_test.rs b/crates/shirabe/tests/command/self_update_command_test.rs
index 6623853..a4b7358 100644
--- a/crates/shirabe/tests/command/self_update_command_test.rs
+++ b/crates/shirabe/tests/command/self_update_command_test.rs
@@ -1 +1,25 @@
//! ref: composer/tests/Composer/Test/Command/SelfUpdateCommandTest.php
+
+#[test]
+#[ignore = "requires the ApplicationTester harness, which is not yet ported"]
+fn test_successful_update() {
+ todo!()
+}
+
+#[test]
+#[ignore = "requires the ApplicationTester harness, which is not yet ported"]
+fn test_update_to_specific_version() {
+ todo!()
+}
+
+#[test]
+#[ignore = "requires the ApplicationTester harness, which is not yet ported"]
+fn test_update_with_invalid_option_throws_exception() {
+ todo!()
+}
+
+#[test]
+#[ignore = "requires the ApplicationTester harness, which is not yet ported"]
+fn test_update_to_different_channel() {
+ todo!()
+}