Skip to content

Commit 2a9be9b

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: Use mb_convert_encoding instead of utf8_decode [SecurityBundle] Remove forgotten unused code Minor @requires function tests cleanup [FrameworkBundle] Always add CacheCollectorPass Fix "Notice: Undefined index: headers" in messenger with Oracle [String] Fix ansi escape sequences regex Indicate support for doctrine/persistence 3 [Routing] fix router base url when default uri has trailing slash Replace deprecated String.prototype.substr()
2 parents 196c43b + 0d00aa2 commit 2a9be9b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Tests/Helper/QuestionHelperTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -714,9 +714,6 @@ public function testNoInteraction()
714714
$this->assertEquals('not yet', $dialog->ask($this->createStreamableInputInterfaceMock(null, false), $this->createOutputInterface(), $question));
715715
}
716716

717-
/**
718-
* @requires function mb_strwidth
719-
*/
720717
public function testChoiceOutputFormattingQuestionForUtf8Keys()
721718
{
722719
$question = 'Lorem ipsum?';

0 commit comments

Comments
 (0)