Skip to content

Commit 579401a

Browse files
committed
minor #15619 [BrowserKit] Update browser_kit.rst (sfmok)
This PR was merged into the 5.3 branch. Discussion ---------- [BrowserKit] Update browser_kit.rst Fix doc BrowserKit Component Commits ------- 2a2f7d3 Update browser_kit.rst
2 parents 504e5a3 + 2a2f7d3 commit 579401a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/browser_kit.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ This method accepts a request and should return a response::
6060
For a simple implementation of a browser based on the HTTP layer, have a look
6161
at the :class:`Symfony\\Component\\BrowserKit\\HttpBrowser` provided by
6262
:ref:`this component <component-browserkit-external-requests>`. For an implementation based
63-
on ``HttpKernelInterface``, have a look at the :class:`Symfony\\Component\\HttpKernel\\Client`
63+
on ``HttpKernelInterface``, have a look at the :class:`Symfony\\Component\\HttpKernel\\HttpClientKernel`
6464
provided by the :doc:`HttpKernel component </components/http_kernel>`.
6565

6666
Making Requests

0 commit comments

Comments
 (0)