Fixed typo in test name

This commit is contained in:
Robin Chalas 2020-06-23 14:31:34 +02:00
parent 33c6766117
commit 968bd0ffec
1 changed files with 1 additions and 1 deletions

View File

@ -1014,7 +1014,7 @@ class QuestionHelperTest extends AbstractQuestionHelperTest
$this->assertEquals('FooBundle', $dialog->ask($this->createStreamableInputInterfaceMock($inputStream), $this->createOutputInterface(), $question));
}
public function testDisableSttby()
public function testDisableStty()
{
if (!Terminal::hasSttyAvailable()) {
$this->markTestSkipped('`stty` is required to test autocomplete functionality');