Skip to content

Commit

Permalink
[HttpKernel] Remove a duplicate test for the EsiFragmentRenderer
Browse files Browse the repository at this point in the history
Since the request was made a required argument to the `render()` method in #6829, this test became a duplicate of `testRenderFallbackToInlineStrategyIfEsiNotSupported()`.
  • Loading branch information
jakzal committed Oct 18, 2015
1 parent b06a938 commit 44d57a3
Showing 1 changed file with 0 additions and 6 deletions.
Expand Up @@ -19,12 +19,6 @@

class EsiFragmentRendererTest extends \PHPUnit_Framework_TestCase
{
public function testRenderFallbackToInlineStrategyIfNoRequest()
{
$strategy = new EsiFragmentRenderer(new Esi(), $this->getInlineStrategy(true));
$strategy->render('/', Request::create('/'));
}

public function testRenderFallbackToInlineStrategyIfEsiNotSupported()
{
$strategy = new EsiFragmentRenderer(new Esi(), $this->getInlineStrategy(true));
Expand Down

0 comments on commit 44d57a3

Please sign in to comment.