File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 "phpstan/phpstan" : " 2.1.1" ,
5050 "phpstan/phpstan-phpunit" : " 2.0.3" ,
5151 "phpstan/phpstan-strict-rules" : " ^2" ,
52- "phpunit/phpunit" : " ^10 .5.53 " ,
52+ "phpunit/phpunit" : " ^11 .5.38 " ,
5353 "psr/log" : " ^3.0" ,
5454 "symfony/doctrine-messenger" : " ^6.4 || ^7.0" ,
5555 "symfony/expression-language" : " ^6.4 || ^7.0" ,
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ bootstrap =" tests/bootstrap.php"
34 colors =" true"
45 xsi : noNamespaceSchemaLocation =" vendor/phpunit/phpunit/phpunit.xsd"
56 displayDetailsOnTestsThatTriggerDeprecations =" true"
Original file line number Diff line number Diff line change 1+ <?php
2+
3+ declare (strict_types=1 );
4+
5+ use Symfony \Component \ErrorHandler \ErrorHandler ;
6+
7+ ErrorHandler::register (null , false );
You can’t perform that action at this time.
0 commit comments