Skip to content

Commit fb66fad

Browse files
committed
Merge branch '3.4' into 4.4
* 3.4: Fixed typo in test name [HttpFondation] Change file extension of "audio/mpeg" from "mpga" to "mp3" [VarDumper] Support for cURL handler objects. [DI][FrameworkBundle] Remove whitelist occurrences Avoid accessibility errors on debug toolbar
2 parents a3660e1 + b4adbbd commit fb66fad

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
@@ -801,7 +801,7 @@ public function testTraversableAutocomplete()
801801
$this->assertEquals('FooBundle', $dialog->ask($this->createStreamableInputInterfaceMock($inputStream), $this->createOutputInterface(), $question));
802802
}
803803

804-
public function testDisableSttby()
804+
public function testDisableStty()
805805
{
806806
if (!Terminal::hasSttyAvailable()) {
807807
$this->markTestSkipped('`stty` is required to test autocomplete functionality');

0 commit comments

Comments
 (0)