Skip to content

Commit eb07d40

Browse files
committed
Merge branch '4.4' into 5.2
* 4.4: Add missing validators translation Improve usage of twig ternary skip test
2 parents 00ef370 + e523c86 commit eb07d40

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Tests/Helper/QuestionHelperTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -879,6 +879,10 @@ public function testDisableStty()
879879

880880
public function testTraversableMultiselectAutocomplete()
881881
{
882+
if (!Terminal::hasSttyAvailable()) {
883+
$this->markTestSkipped('`stty` is required to test autocomplete functionality');
884+
}
885+
882886
// <NEWLINE>
883887
// F<TAB><NEWLINE>
884888
// A<3x UP ARROW><TAB>,F<TAB><NEWLINE>

0 commit comments

Comments
 (0)