Skip to content

Commit b733587

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 9683dea + 5c765b6 commit b733587

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Tests/ChoiceList/Factory/DefaultChoiceListFactoryTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -759,9 +759,6 @@ function ($object, $key, $value) {
759759
$this->assertFlatViewWithAttr($view);
760760
}
761761

762-
/**
763-
* @requires function Symfony\Component\Translation\TranslatableMessage::__construct
764-
*/
765762
public function testPassTranslatableMessageAsLabelDoesntCastItToString()
766763
{
767764
$view = $this->factory->createView(

0 commit comments

Comments
 (0)