1 | <?php |
||
9 | class Guzzle6Mock extends \PHPUnit_Framework_TestCase |
||
10 | { |
||
11 | |||
12 | /** |
||
13 | * Guzzle6Mock constructor. |
||
14 | */ |
||
15 | /** |
||
16 | * Guzzle6Mock constructor. |
||
17 | * @param array $responseCollection new Response(200, ['X-Foo' => 'Bar']), |
||
18 | new Response(202, ['Content-Length' => 0]), |
||
19 | new RequestException("Error Communicating with Server", new Request('GET', 'test')) |
||
20 | */ |
||
21 | public function __construct(array $responseCollection) |
||
28 | } |
||
29 |