Skip to content

Commit ebd610d

Browse files
committed
Merge branch '5.2' into 5.3
* 5.2: Add missing validators translation Improve usage of twig ternary skip test
2 parents 300db7f + eb07d40 commit ebd610d

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)