Skip to content

Commit b4adbbd

Browse files
committed
Fixed typo in test name
1 parent bfe29ea commit b4adbbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Helper/QuestionHelperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,7 @@ public function testTraversableAutocomplete()
10141014
$this->assertEquals('FooBundle', $dialog->ask($this->createStreamableInputInterfaceMock($inputStream), $this->createOutputInterface(), $question));
10151015
}
10161016

1017-
public function testDisableSttby()
1017+
public function testDisableStty()
10181018
{
10191019
if (!Terminal::hasSttyAvailable()) {
10201020
$this->markTestSkipped('`stty` is required to test autocomplete functionality');

0 commit comments

Comments
 (0)