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
47
47
{
48
48
$ this ->delegate ->expects ($ this ->once ())
49
49
->method ('geocodeQuery ' )
50
- ->will ( $ this -> returnValue ( new AddressCollection ([]) ));
50
+ ->willReturn ( new AddressCollection ([]));
51
51
52
52
$ this ->geocoder ->geocode ('foo ' );
53
53
@@ -74,7 +74,7 @@ public function testReverse(): void
74
74
{
75
75
$ this ->delegate ->expects ($ this ->once ())
76
76
->method ('reverseQuery ' )
77
- ->will ( $ this -> returnValue ( new AddressCollection ([]) ));
77
+ ->willReturn ( new AddressCollection ([]));
78
78
79
79
$ this ->geocoder ->reverse (0 , 0 );
80
80
Original file line number Diff line number Diff line change 21
21
},
22
22
"require-dev" : {
23
23
"nyholm/nsa" : " ^1.1" ,
24
- "phpunit/phpunit" : " ^9.5 " ,
24
+ "phpunit/phpunit" : " ^9.6.11 " ,
25
25
"symfony/stopwatch" : " ~2.5 || ~5.0 || ~7.0"
26
26
},
27
27
"suggest" : {
You can’t perform that action at this time.
0 commit comments