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.
73
73
74
74
After making a request, subsequent requests will make the client to
75
75
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 > `.
77
77
78
78
The :method: `Symfony\\ Component\\ BrowserKit\\ AbstractBrowser::jsonRequest ` method,
79
79
which 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:
585
585
:ref: `framework.test <reference-framework-test >` option is enabled).
586
586
This means you can override the service entirely if you need to.
587
587
588
+ .. _testing-multiple-requests-in-one-test :
589
+
588
590
Multiple Requests in One Test
589
591
.............................
590
592
You can’t perform that action at this time.
0 commit comments