Skip to content

Commit b878bfe

Browse files
committed
[Testing] Add a missing cross reference
1 parent 81b3348 commit b878bfe

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

components/browser_kit.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

7878
The :method:`Symfony\\Component\\BrowserKit\\AbstractBrowser::jsonRequest` method,
7979
which defines the same arguments as the ``request()`` method, is a shortcut to

testing.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
588590
Multiple Requests in One Test
589591
.............................
590592

0 commit comments

Comments
 (0)