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 473f4dd commit 2db7a38Copy full SHA for 2db7a38
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