8000 Fix typo · r-martins/symfony@129a271 · GitHub
[go: up one dir, main page]

Skip to content

Commit 129a271

Browse files
Fix typo
1 parent d7ffaf5 commit 129a271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpKernel/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)
0