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.
1 parent 9c007e9 commit 1e5ca13Copy full SHA for 1e5ca13
components/browser_kit/introduction.rst
@@ -15,4 +15,22 @@ Installation
15
You can install the component in 2 different ways:
16
17
* :doc:`Install it via Composer </components/using_components>` (``symfony/browser-kit`` on `Packagist`_);
18
-* Use the official Git repository (https://github.com/symfony/BrowserKit).
+* Use the official Git repository (https://github.com/symfony/BrowserKit).
19
+
20
+Usage
21
+-----
22
23
+.. note::
24
+ The component only provide an abstract client and does not provide any "default" backend for the HTTP layer.
25
26
+Making Request
27
+~~~~~~~~~~~~~~
28
29
+Clicking Links
30
31
32
+Submiting Forms
33
+~~~~~~~~~~~~~~~~
34
35
+Creating a Client
36
+-----------------
0 commit comments