public function testRender() { $strategy = new InlineFragmentRenderer($this ->getKernel($this ->returnValue(new Response('foo')))); $this ->assertEquals('foo', $strategy ->render('/', Request::create('/')) ->getContent()); }