Magic method to allow non existing methods to be called and delegated.
File
- drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/RequestDataCollectorTest.php, line 203
Class
- RequestDataCollectorTest
Namespace
Symfony\Component\HttpKernel\Tests\DataCollector
Code
public static function __callStatic($method, $args) {
throw new \LogicException('Unexpected method call');
}