File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2525 "ext-json" : " *" ,
2626 "ext-libxml" : " *" ,
2727 "composer-runtime-api" : " ^2.0" ,
28- "phpunit/phpunit" : " ^10.0" ,
28+ "phpunit/phpunit" : " ^10.0|^11.0 " ,
2929 "symfony/property-access" : " ^5.2|^6.2|^7.0" ,
3030 "symfony/serializer" : " ^5.2|^6.2|^7.0" ,
3131 "symfony/yaml" : " ^5.2|^6.2|^7.0"
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ public function markTestIncompleteIfSnapshotsHaveChanged()
4949 $ this ->markTestIncomplete ($ formattedMessages );
5050 }
5151
52- public function assertMatchesSnapshot ($ actual , Driver $ driver = null ): void
52+ public function assertMatchesSnapshot ($ actual , ? Driver $ driver = null ): void
5353 {
5454 if (! is_null ($ driver )) {
5555 $ this ->doSnapshotAssertion ($ actual , $ driver );
You can’t perform that action at this time.
0 commit comments