@@ -15,7 +15,6 @@ |
||
15 | 15 | public function get($path, array $data = []); |
16 | 16 | |
17 | 17 | /** |
18 | - * @param string $path |
|
19 | 18 | * @param array $data |
20 | 19 | * |
21 | 20 | * @throws Exception |
@@ -250,6 +250,9 @@ |
||
250 | 250 | return $this->mockResponseBody('{"foo":"bar"}')->reveal(); |
251 | 251 | } |
252 | 252 | |
253 | + /** |
|
254 | + * @param string $responseBody |
|
255 | + */ |
|
253 | 256 | private function mockResponseBody($responseBody) |
254 | 257 | { |
255 | 258 | $response = $this->prophesize(ResponseInterface::class); |