Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ff04e5b

Browse filesBrowse files
Merge branch '6.4' into 7.1
* 6.4: Port Appveyor to GitHub Actions normalize paths to avoid failures if a path is referenced by different names skip autocomplete test when stty is not available Bump Symfony version to 6.4.15 Update VERSION for 6.4.14 Update CHANGELOG for 6.4.14 Bump Symfony version to 5.4.47 Update VERSION for 5.4.46 Update CONTRIBUTORS for 5.4.46 Update CHANGELOG for 5.4.46
2 parents 3284aaf + f1fc6f4 commit ff04e5b
Copy full SHA for ff04e5b

File tree

1 file changed

+4
-0
lines changed
Filter options

1 file changed

+4
-0
lines changed

‎Tests/Helper/QuestionHelperTest.php

Copy file name to clipboardExpand all lines: Tests/Helper/QuestionHelperTest.php
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -908,6 +908,10 @@ public function testTraversableMultiselectAutocomplete()
908908

909909
public function testAutocompleteMoveCursorBackwards()
910910
{
911+
if (!Terminal::hasSttyAvailable()) {
912+
$this->markTestSkipped('`stty` is required to test autocomplete functionality');
913+
}
914+
911915
// F<TAB><BACKSPACE><BACKSPACE><BACKSPACE>
912916
$inputStream = $this->getInputStream("F\t\177\177\177");
913917

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.