| 1 | <?php |
||
| 21 | class GuzzleTest extends HttpClientTest |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * @dataProvider requestProvider |
||
| 25 | * @group integration |
||
| 26 | */ |
||
| 27 | public function testSendRequest($method, $uri, array $headers, $body) |
||
| 36 | |||
| 37 | /** |
||
| 38 | * @dataProvider requestWithOutcomeProvider |
||
| 39 | * @group integration |
||
| 40 | */ |
||
| 41 | public function testSendRequestWithOutcome($uriAndOutcome, $protocolVersion, array $headers, $body) |
||
| 50 | |||
| 51 | /** |
||
| 52 | * @return HttpClient |
||
| 53 | */ |
||
| 54 | protected function createHttpAdapter() |
||
| 58 | } |
||
| 59 |