Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite33c694

Browse files
committed
minor#19760 [HttpKernel] Fix assertion of deprecation in surrogate fragment renderer (chalasr)
This PR was merged into the 3.1 branch.Discussion----------[HttpKernel] Fix assertion of deprecation in surrogate fragment renderer| Q | A| ------------- | ---| Branch? | 3.1| Bug fix? | no| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets | n/a| License | MIT| Doc PR | n/aThe message has been changed in#19281 but not the corresponding assertionCommits-------4245bac [HttpKernel] Fix assertion of deprecation in fragment renderer
2 parents224ebc0 +4245bac commite33c694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/Symfony/Component/HttpKernel/Tests/Fragment/EsiFragmentRendererTest.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function testRenderFallbackToInlineStrategyIfEsiNotSupported()
3232
*/
3333
publicfunctiontestRenderFallbackWithObjectAttributesIsDeprecated()
3434
{
35-
ErrorAssert::assertDeprecationsAreTriggered('Passingobjects as part of URI attributes to the ESI and SSI rendering strategies is deprecated',function () {
35+
ErrorAssert::assertDeprecationsAreTriggered('Passingnon-scalar values as part of URI attributes to the ESI and SSI rendering strategies is deprecated',function () {
3636
$strategy =newEsiFragmentRenderer(newEsi(),$this->getInlineStrategy(true),newUriSigner('foo'));
3737
$request = Request::create('/');
3838
$reference =newControllerReference('main_controller',array('foo' =>array('a' =>array(),'b' =>new \stdClass())),array());

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp