You are here

public static function RequestDataCollectorTest::staticControllerMethod in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/http-kernel/Tests/DataCollector/RequestDataCollectorTest.php \Symfony\Component\HttpKernel\Tests\DataCollector\RequestDataCollectorTest::staticControllerMethod()

Dummy method used as controller callable.

File

vendor/symfony/http-kernel/Tests/DataCollector/RequestDataCollectorTest.php, line 197

Class

RequestDataCollectorTest

Namespace

Symfony\Component\HttpKernel\Tests\DataCollector

Code

public static function staticControllerMethod() {
  throw new \LogicException('Unexpected method call');
}