1 | <?php |
||
9 | class Guzzle6Mock |
||
10 | { |
||
11 | /** |
||
12 | * Guzzle6Mock . |
||
13 | * |
||
14 | * @param array $responseCollection new Response(200, ['X-Foo' => 'Bar']), |
||
15 | * new Response(202, ['Content-Length' => 0]), |
||
16 | * new RequestException("Error Communicating with Server", new Request('GET', 'test')) |
||
17 | * @return \CanalTP\AbstractGuzzle\Guzzle |
||
18 | */ |
||
19 | public function getMock(array $responseCollection) |
||
26 | } |
||
27 |