aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/question
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/question
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/question')
-rw-r--r--crates/shirabe/tests/question/strict_confirmation_question_test.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/shirabe/tests/question/strict_confirmation_question_test.rs b/crates/shirabe/tests/question/strict_confirmation_question_test.rs
index 9045461..4444289 100644
--- a/crates/shirabe/tests/question/strict_confirmation_question_test.rs
+++ b/crates/shirabe/tests/question/strict_confirmation_question_test.rs
@@ -5,19 +5,19 @@
// validator are private, so they cannot be exercised directly either.
#[test]
-#[ignore = "needs Symfony QuestionHelper::ask with ArrayInput/StreamOutput, which are not ported"]
+#[ignore = "ArrayInput exposes no public set_stream (its inner Input is pub(crate)), and fopen returns PhpMixed which cannot be bridged to StreamOutput::new's PhpResource"]
fn test_ask_confirmation_bad_answer() {
todo!()
}
#[test]
-#[ignore = "needs Symfony QuestionHelper::ask with ArrayInput/StreamOutput, which are not ported"]
+#[ignore = "ArrayInput exposes no public set_stream (its inner Input is pub(crate)), and fopen returns PhpMixed which cannot be bridged to StreamOutput::new's PhpResource"]
fn test_ask_confirmation() {
todo!()
}
#[test]
-#[ignore = "needs Symfony QuestionHelper::ask with ArrayInput/StreamOutput, which are not ported"]
+#[ignore = "ArrayInput exposes no public set_stream (its inner Input is pub(crate)), and fopen returns PhpMixed which cannot be bridged to StreamOutput::new's PhpResource"]
fn test_ask_confirmation_with_custom_true_and_false_answer() {
todo!()
}