Dummy method used as controller callable
File
- drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/RequestDataCollectorTest.php, line 187
Class
- RequestDataCollectorTest
Namespace
Symfony\Component\HttpKernel\Tests\DataCollector
Code
public static function staticControllerMethod() {
throw new \LogicException('Unexpected method call');
}