File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ and traversing HTML elements programmatically.
7373
7474 After making a request, subsequent requests will make the client to
7575 reboot the kernel. This clears the security token, detaches Doctrine
76- entities, etc. Read more about :ref: `making multiple requests in the same test `.
76+ entities, etc. Read more about :ref: `making multiple requests in the same test < testing-multiple-requests-in-one-test > `.
7777
7878The :method: `Symfony\\ Component\\ BrowserKit\\ AbstractBrowser::jsonRequest ` method,
7979which defines the same arguments as the ``request() `` method, is a shortcut to
Original file line number Diff line number Diff line change @@ -585,6 +585,8 @@ This allows you to create all types of requests you can think of:
585585 :ref: `framework.test <reference-framework-test >` option is enabled).
586586 This means you can override the service entirely if you need to.
587587
588+ .. _testing-multiple-requests-in-one-test :
589+
588590Multiple Requests in One Test
589591.............................
590592
You can’t perform that action at this time.
0 commit comments