Skip to content

Commit d35eb2e

Browse files
committed
Merge branch '5.0' into 5.1
* 5.0: [HttpClient] Support for cURL handler objects. [HttpClient] unset activity list when creating CurlResponse Fixed typo in test name add .body wrapper element [HttpFondation] Change file extension of "audio/mpeg" from "mpga" to "mp3" [VarDumper] Support for cURL handler objects. Check whether path is file in DataPart::fromPath() [DI][FrameworkBundle] Remove whitelist occurrences Avoid accessibility errors on debug toolbar update cookie test
2 parents 34ac555 + 250978b commit d35eb2e

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)