Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e004102 commit abe11a3Copy full SHA for abe11a3
src/Symfony/Component/Console/Tests/Helper/QuestionHelperTest.php
@@ -215,7 +215,7 @@ public function testAskWithAutocomplete()
215
216
public function testAskWithAutocompleteTrimmable()
217
{
218
- if (!$this->hasSttyAvailable()) {
+ if (!Terminal::hasSttyAvailable()) {
219
$this->markTestSkipped('`stty` is required to test autocomplete functionality');
220
}
221
@@ -249,7 +249,7 @@ public function testAskWithAutocompleteTrimmable()
249
250
public function testAskWithAutocompleteCallback()
251
252
253
254
255
0 commit comments