Skip to content

Commit 6e73e8c

Browse files
Merge branch '3.1'
* 3.1: [HttpKernel] Fix assertion of deprecation in fragment renderer [Yaml] sync test and actually triggered message
2 parents 91aab60 + bb72480 commit 6e73e8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/InlineTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ public function getScalarIndicators()
309309
*/
310310
public function testParseUnquotedScalarStartingWithPercentCharacter()
311311
{
312-
ErrorAssert::assertDeprecationsAreTriggered('Not quoting a scalar starting with the "%" indicator character is deprecated since Symfony 3.1 and will throw a ParseException in 4.0.', function () {
312+
ErrorAssert::assertDeprecationsAreTriggered('Not quoting the scalar "%foo " starting with the "%" indicator character is deprecated since Symfony 3.1 and will throw a ParseException in 4.0.', function () {
313313
Inline::parse('{ foo: %foo }');
314314
});
315315
}

0 commit comments

Comments
 (0)