Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 2f205d4 + 44d57a3 commit c94f186Copy full SHA for c94f186
src/Symfony/Component/HttpKernel/Tests/Fragment/EsiFragmentRendererTest.php
@@ -19,12 +19,6 @@
19
20
class EsiFragmentRendererTest extends \PHPUnit_Framework_TestCase
21
{
22
- public function testRenderFallbackToInlineStrategyIfNoRequest()
23
- {
24
- $strategy = new EsiFragmentRenderer(new Esi(), $this->getInlineStrategy(true));
25
- $strategy->render('/', Request::create('/'));
26
- }
27
-
28
public function testRenderFallbackToInlineStrategyIfEsiNotSupported()
29
30
$strategy = new EsiFragmentRenderer(new Esi(), $this->getInlineStrategy(true));
0 commit comments