Skip to content

Commit

Permalink
Merge branch '4.4' into 5.4
Browse files Browse the repository at this point in the history
* 4.4:
  Allow ErrorHandler ^5.0 to be used in HttpKernel
  Fix typo
  • Loading branch information
derrabus committed May 11, 2022
2 parents bc40ad3 + 486baf0 commit 5b173f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Fragment/InlineFragmentRendererTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public function testExceptionInSubRequestsDoesNotMangleOutputBuffers()
$this->assertEquals('Foo', ob_get_clean());
}

public function testLocaleAndFormatAreIsKeptInSubrequest()
public function testLocaleAndFormatAreKeptInSubrequest()
{
$expectedSubRequest = Request::create('/');
$expectedSubRequest->attributes->set('_format', 'foo');
Expand Down

0 comments on commit 5b173f0

Please sign in to comment.