public function HIncludeFragmentRendererTest::testRenderExceptionWhenControllerAndNoSigner

@expectedException \LogicException

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fragment/HIncludeFragmentRendererTest.php, line 31

Class

HIncludeFragmentRendererTest

Namespace

Symfony\Component\HttpKernel\Fragment\Tests\FragmentRenderer

Code

public function testRenderExceptionWhenControllerAndNoSigner() {
  $strategy = new HIncludeFragmentRenderer();
  $strategy
    ->render(new ControllerReference('main_controller', array(), array()), Request::create('/'));
}