File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public function testGeocode(): void
4747 {
4848 $ this ->delegate ->expects ($ this ->once ())
4949 ->method ('geocodeQuery ' )
50- ->will ( $ this -> returnValue ( new AddressCollection ([]) ));
50+ ->willReturn ( new AddressCollection ([]));
5151
5252 $ this ->geocoder ->geocode ('foo ' );
5353
@@ -74,7 +74,7 @@ public function testReverse(): void
7474 {
7575 $ this ->delegate ->expects ($ this ->once ())
7676 ->method ('reverseQuery ' )
77- ->will ( $ this -> returnValue ( new AddressCollection ([]) ));
77+ ->willReturn ( new AddressCollection ([]));
7878
7979 $ this ->geocoder ->reverse (0 , 0 );
8080
Original file line number Diff line number Diff line change 2121 },
2222 "require-dev" : {
2323 "nyholm/nsa" : " ^1.1" ,
24- "phpunit/phpunit" : " ^9.5 " ,
24+ "phpunit/phpunit" : " ^9.6.11 " ,
2525 "symfony/stopwatch" : " ~2.5 || ~5.0 || ~7.0"
2626 },
2727 "suggest" : {
You can’t perform that action at this time.
0 commit comments