Skip to content

Commit 44d57a3

Browse files
committed
[HttpKernel] Remove a duplicate test for the EsiFragmentRenderer
Since the request was made a required argument to the `render()` method in symfony#6829, this test became a duplicate of `testRenderFallbackToInlineStrategyIfEsiNotSupported()`.
1 parent b06a938 commit 44d57a3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/Symfony/Component/HttpKernel/Tests/Fragment/EsiFragmentRendererTest.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@
1919

2020
class EsiFragmentRendererTest extends \PHPUnit_Framework_TestCase
2121
{
22-
public function testRenderFallbackToInlineStrategyIfNoRequest()
23-
{
24-
$strategy = new EsiFragmentRenderer(new Esi(), $this->getInlineStrategy(true));
25-
$strategy->render('/', Request::create('/'));
26-
}
27-
2822
public function testRenderFallbackToInlineStrategyIfEsiNotSupported()
2923
{
3024
$strategy = new EsiFragmentRenderer(new Esi(), $this->getInlineStrategy(true));

0 commit comments

Comments
 (0)