8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7ffaf5 commit 129a271Copy full SHA for 129a271
src/Symfony/Component/HttpKernel/Tests/Fragment/InlineFragmentRendererTest.php
@@ -155,7 +155,7 @@ public function testExceptionInSubRequestsDoesNotMangleOutputBuffers()
155
$this->assertEquals('Foo', ob_get_clean());
156
}
157
158
- public function testLocaleAndFormatAreIsKeptInSubrequest()
+ public function testLocaleAndFormatAreKeptInSubrequest()
159
{
160
$expectedSubRequest = Request::create('/');
161
$expectedSubRequest->attributes->set('_format', 'foo');
0 commit comments