You are here

public static function Controller::staticController 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::staticController()

File

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

Class

Controller

Namespace

Symfony\Component\HttpKernel\Tests

Code

public static function staticController() {
  return new Response('foo');
}