drupal/core/vendor/symfony/browser-kit
Nathaniel Catchpole eafa3a2aa0 Issue #2533360 by hussainweb: Upgrade to Symfony 2.7.2 2015-07-15 12:03:49 +01:00
..
Tests
.gitignore
CHANGELOG.md
Client.php
Cookie.php
CookieJar.php
History.php
LICENSE
README.md
Request.php
Response.php
composer.json
phpunit.xml.dist

README.md

BrowserKit Component

BrowserKit simulates the behavior of a web browser.

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

Resources

For a simple implementation of a browser based on an HTTP layer, have a look at Goutte.

For an implementation based on HttpKernelInterface, have a look at the Client provided by the HttpKernel component.

You can run the unit tests with the following command:

$ cd path/to/Symfony/Component/BrowserKit/
$ composer install
$ phpunit