You are here

public function RequestDataCollectorTest::__invoke in Zircon Profile 8

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

File

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

Class

RequestDataCollectorTest

Namespace

Symfony\Component\HttpKernel\Tests\DataCollector

Code

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