Files
Twig/extra/twig-extra-bundle/phpunit-bootstrap.php
T
Fabien Potencier 82cde4edcb Fix CS
2024-11-30 09:45:07 +01:00

9 lines
241 B
PHP

<?php
use Symfony\Component\ErrorHandler\ErrorHandler;
require __DIR__.'/vendor/autoload.php';
// see https://github.com/symfony/symfony/issues/53812#issuecomment-1962740145
set_exception_handler([new ErrorHandler(), 'handleException']);