public static function RequestDataCollectorTest::staticControllerMethod in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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
Namespace
Symfony\Component\HttpKernel\Tests\DataCollectorCode
public static function staticControllerMethod() {
throw new \LogicException('Unexpected method call');
}