10000 Add browserkit component documentation by javiereguiluz · Pull Request #6072 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Add browserkit component documentation #6072

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 21 commits into from
Feb 9, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
added in sections that I apln to fill out
  • Loading branch information
yamiko authored and javiereguiluz committed Dec 23, 2015
commit 1e5ca139886e469f8c7cc564061cba5b11193498
20 changes: 19 additions & 1 deletion components/browser_kit/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,22 @@ Installation
You can install the component in 2 different ways:

* :doc:`Install it via Composer </components/using_components>` (``symfony/browser-kit`` on `Packagist`_);
* Use the official Git repository (https://github.com/symfony/BrowserKit).
* Use the official Git repository (https://github.com/symfony/BrowserKit).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

after the normalisation done recently the real URL is https://github.com/symfony/browser-kit


Usage
-----

.. note::
The component only provide an abstract client and does not provide any "default" backend for the HTTP layer.

Making Request
~~~~~~~~~~~~~~

Clicking Links
~~~~~~~~~~~~~~

Submiting Forms
~~~~~~~~~~~~~~~~

Creating a Client
-----------------
0