aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/command/global_command_test.rs
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-06-22 02:09:59 +0900
committernsfisis <nsfisis@gmail.com>2026-06-22 02:09:59 +0900
commit822d9a872807a92a5337ee8b7bab96dc9845cdbb (patch)
tree4931365df5978caffade69cad2154718a9076f66 /crates/shirabe/tests/command/global_command_test.rs
parentf691b864b687f251c3b266e8cff2774d730567ba (diff)
downloadphp-shirabe-822d9a872807a92a5337ee8b7bab96dc9845cdbb.tar.gz
php-shirabe-822d9a872807a92a5337ee8b7bab96dc9845cdbb.tar.zst
php-shirabe-822d9a872807a92a5337ee8b7bab96dc9845cdbb.zip
test: port more test cases
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe/tests/command/global_command_test.rs')
-rw-r--r--crates/shirabe/tests/command/global_command_test.rs16
1 files changed, 8 insertions, 8 deletions
diff --git a/crates/shirabe/tests/command/global_command_test.rs b/crates/shirabe/tests/command/global_command_test.rs
index 10ddf6c..0b62150 100644
--- a/crates/shirabe/tests/command/global_command_test.rs
+++ b/crates/shirabe/tests/command/global_command_test.rs
@@ -16,7 +16,7 @@ impl Drop for TearDown {
}
#[test]
-#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"]
+#[ignore = "requires ApplicationTester and TestCase::initTempComposer/getUniqueTmpDirectory harness (not implemented)"]
fn test_global() {
let _tear_down = TearDown;
@@ -24,7 +24,7 @@ fn test_global() {
}
#[test]
-#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"]
+#[ignore = "requires ApplicationTester and TestCase::getUniqueTmpDirectory harness (not implemented)"]
fn test_cannot_create_home() {
let _tear_down = TearDown;
@@ -32,7 +32,7 @@ fn test_cannot_create_home() {
}
#[test]
-#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"]
+#[ignore = "requires ApplicationTester and TestCase::initTempComposer/createInstalledJson harness (not implemented)"]
fn test_global_show() {
let _tear_down = TearDown;
@@ -40,7 +40,7 @@ fn test_global_show() {
}
#[test]
-#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"]
+#[ignore = "requires ApplicationTester and TestCase::initTempComposer/createInstalledJson harness (not implemented)"]
fn test_global_show_without_packages() {
let _tear_down = TearDown;
@@ -48,7 +48,7 @@ fn test_global_show_without_packages() {
}
#[test]
-#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"]
+#[ignore = "requires ApplicationTester and TestCase::initTempComposer harness (not implemented)"]
fn test_global_require() {
let _tear_down = TearDown;
@@ -56,7 +56,7 @@ fn test_global_require() {
}
#[test]
-#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"]
+#[ignore = "requires ApplicationTester and TestCase::initTempComposer/createInstalledJson/createComposerLock harness (not implemented)"]
fn test_global_update() {
let _tear_down = TearDown;
@@ -64,7 +64,7 @@ fn test_global_update() {
}
#[test]
-#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"]
+#[ignore = "requires ApplicationTester and TestCase::initTempComposer harness (not implemented)"]
fn test_global_changes_directory() {
let _tear_down = TearDown;
@@ -72,7 +72,7 @@ fn test_global_changes_directory() {
}
#[test]
-#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"]
+#[ignore = "requires ApplicationTester and TestCase::initTempComposer harness (not implemented)"]
fn test_global_missing_command_name() {
let _tear_down = TearDown;