You are here

function controller_func in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/Tests/HttpKernelTest.php \Symfony\Component\HttpKernel\Tests\controller_func()

File

vendor/symfony/http-kernel/Tests/HttpKernelTest.php, line 316

Namespace

Symfony\Component\HttpKernel\Tests

Code

function controller_func() {
  return new Response('foo');
}