|
|
|
|
@ -550,7 +550,7 @@ abstract class FetcherBase extends TestCase { |
|
|
|
|
->with( |
|
|
|
|
$this->equalTo($this->endpoint), |
|
|
|
|
$this->equalTo([ |
|
|
|
|
'timeout' => 10, |
|
|
|
|
'timeout' => 60, |
|
|
|
|
'headers' => [ |
|
|
|
|
'If-None-Match' => '"myETag"' |
|
|
|
|
] |
|
|
|
|
@ -622,7 +622,7 @@ abstract class FetcherBase extends TestCase { |
|
|
|
|
->with( |
|
|
|
|
$this->equalTo($this->endpoint), |
|
|
|
|
$this->equalTo([ |
|
|
|
|
'timeout' => 10, |
|
|
|
|
'timeout' => 60, |
|
|
|
|
'headers' => [ |
|
|
|
|
'If-None-Match' => '"myETag"', |
|
|
|
|
] |
|
|
|
|
@ -709,7 +709,7 @@ abstract class FetcherBase extends TestCase { |
|
|
|
|
->with( |
|
|
|
|
$this->equalTo($this->endpoint), |
|
|
|
|
$this->equalTo([ |
|
|
|
|
'timeout' => 10, |
|
|
|
|
'timeout' => 60, |
|
|
|
|
]) |
|
|
|
|
) |
|
|
|
|
->willReturn($response); |
|
|
|
|
|