Skip to content

Commit

Permalink
Merge branch '4.4' into 5.2
Browse files Browse the repository at this point in the history
* 4.4:
  Add missing validators translation
  Improve usage of twig ternary
  skip test
  • Loading branch information
fabpot committed Jul 26, 2021
2 parents 00ef370 + e523c86 commit eb07d40
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Tests/Helper/QuestionHelperTest.php
Expand Up @@ -879,6 +879,10 @@ public function testDisableStty()

public function testTraversableMultiselectAutocomplete()
{
if (!Terminal::hasSttyAvailable()) {
$this->markTestSkipped('`stty` is required to test autocomplete functionality');
}

// <NEWLINE>
// F<TAB><NEWLINE>
// A<3x UP ARROW><TAB>,F<TAB><NEWLINE>
Expand Down

0 comments on commit eb07d40

Please sign in to comment.