Skip to content

Commit 2ba5599

Browse files
authored
Update symfony-bundle.rst
1 parent 4374e3d commit 2ba5599

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

integrations/symfony-bundle.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,8 @@ To mock a response in your tests, do:
535535
$response->method('getBody')->willReturn(/* Psr\Http\Message\Interface instance containing expected response content. */);
536536
$client->getContainer()->get('httplug.client.mock')->addResponse($response);
537537
538+
Read more on how the mock client works in the :doc:`mock client documentation </clients/mock-client>`.
539+
538540
.. |clearfloat| raw:: html
539541

540542
<div style="clear:left"></div>

0 commit comments

Comments
 (0)