File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 49
49
"phpstan/phpstan" : " 2.1.1" ,
50
50
"phpstan/phpstan-phpunit" : " 2.0.3" ,
51
51
"phpstan/phpstan-strict-rules" : " ^2" ,
52
- "phpunit/phpunit" : " ^10 .5.53 " ,
52
+ "phpunit/phpunit" : " ^11 .5.38 " ,
53
53
"psr/log" : " ^3.0" ,
54
54
"symfony/doctrine-messenger" : " ^6.4 || ^7.0" ,
55
55
"symfony/expression-language" : " ^6.4 || ^7.0" ,
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ bootstrap =" tests/bootstrap.php"
3
4
colors =" true"
4
5
xsi : noNamespaceSchemaLocation =" vendor/phpunit/phpunit/phpunit.xsd"
5
6
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