File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
sudo : false
3
3
4
- php : 7.0
4
+ php : 7.2
5
5
6
6
install :
7
7
- composer update --prefer-stable --prefer-dist
Original file line number Diff line number Diff line change 18
18
use Geocoder \Query \GeocodeQuery ;
19
19
use Geocoder \Query \ReverseQuery ;
20
20
use Http \Client \HttpClient ;
21
- use Http \Discovery \ClassDiscovery ;
22
21
use Http \Mock \Client ;
23
22
use PHPUnit \Framework \TestCase ;
24
23
25
24
class AbstractHttpProviderTest extends TestCase
26
25
{
27
- public static function setUpBeforeClass ()
28
- {
29
- ClassDiscovery::prependStrategy ('\Nyholm\Psr7\Httplug\DiscoveryStrategy ' );
30
- }
31
-
32
26
public function testHttpClientGetter ()
33
27
{
34
28
$ client = $ this ->getMockBuilder (Client::class)->disableOriginalConstructor ()->getMock ();
Original file line number Diff line number Diff line change 26
26
"symfony/stopwatch" : " ~2.5" ,
27
27
"php-http/message" : " ^1.0" ,
28
28
"php-http/mock-client" : " ^1.0" ,
29
- "nyholm/psr7" : " ^0.2.2 "
29
+ "nyholm/psr7" : " ^1.0 "
30
30
},
31
31
"autoload" : {
32
32
"psr-4" : { "Geocoder\\ Http\\ " : " " },
You can’t perform that action at this time.
0 commit comments