We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 504e5a3 + 2a2f7d3 commit 579401aCopy full SHA for 579401a
components/browser_kit.rst
@@ -60,7 +60,7 @@ This method accepts a request and should return a response::
60
For a simple implementation of a browser based on the HTTP layer, have a look
61
at the :class:`Symfony\\Component\\BrowserKit\\HttpBrowser` provided by
62
:ref:`this component <component-browserkit-external-requests>`. For an implementation based
63
-on ``HttpKernelInterface``, have a look at the :class:`Symfony\\Component\\HttpKernel\\Client`
+on ``HttpKernelInterface``, have a look at the :class:`Symfony\\Component\\HttpKernel\\HttpClientKernel`
64
provided by the :doc:`HttpKernel component </components/http_kernel>`.
65
66
Making Requests
0 commit comments