public function RequestDataCollectorTest::__invoke 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::__invoke()
File
- vendor/
symfony/ http-kernel/ Tests/ DataCollector/ RequestDataCollectorTest.php, line 218
Class
Namespace
Symfony\Component\HttpKernel\Tests\DataCollectorCode
public function __invoke() {
throw new \LogicException('Unexpected method call');
}