Skip to content

Commit

Permalink
Merge branch '5.2' into 5.3
Browse files Browse the repository at this point in the history
* 5.2:
  Add missing validators translation
  Improve usage of twig ternary
  skip test
  • Loading branch information
fabpot committed Jul 26, 2021
2 parents 300db7f + eb07d40 commit ebd610d
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 ebd610d

Please sign in to comment.