Skip to content

Commit 5b173f0

Browse files
committed
Merge branch '4.4' into 5.4
* 4.4: Allow ErrorHandler ^5.0 to be used in HttpKernel Fix typo
2 parents bc40ad3 + 486baf0 commit 5b173f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Fragment/InlineFragmentRendererTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ public function testExceptionInSubRequestsDoesNotMangleOutputBuffers()
155155
$this->assertEquals('Foo', ob_get_clean());
156156
}
157157

158-
public function testLocaleAndFormatAreIsKeptInSubrequest()
158+
public function testLocaleAndFormatAreKeptInSubrequest()
159159
{
160160
$expectedSubRequest = Request::create('/');
161161
$expectedSubRequest->attributes->set('_format', 'foo');

0 commit comments

Comments
 (0)