public static function RequestDataCollectorTest::__callStatic 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::__callStatic()
Magic method to allow non existing methods to be called and delegated.
File
- vendor/
symfony/ http-kernel/ Tests/ DataCollector/ RequestDataCollectorTest.php, line 213
Class
Namespace
Symfony\Component\HttpKernel\Tests\DataCollectorCode
public static function __callStatic($method, $args) {
throw new \LogicException('Unexpected method call');
}