Skip to content

Commit 2db7a38

Browse files
Fix typo
1 parent 473f4dd commit 2db7a38

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)