drupal/vendor/symfony/browser-kit
Nathaniel Catchpole c3135948dc Issue #2609268 by andypost, hussainweb: Upgrade to Symfony 2.7.6 2015-11-10 13:39:07 +00:00
..
.gitignore Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root 2015-09-30 12:58:08 -07:00
CHANGELOG.md Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root 2015-09-30 12:58:08 -07:00
Client.php Issue #2609268 by andypost, hussainweb: Upgrade to Symfony 2.7.6 2015-11-10 13:39:07 +00:00
Cookie.php Issue #2609268 by andypost, hussainweb: Upgrade to Symfony 2.7.6 2015-11-10 13:39:07 +00:00
CookieJar.php Issue #2609268 by andypost, hussainweb: Upgrade to Symfony 2.7.6 2015-11-10 13:39:07 +00:00
History.php Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root 2015-09-30 12:58:08 -07:00
LICENSE Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root 2015-09-30 12:58:08 -07:00
README.md Issue #2609268 by andypost, hussainweb: Upgrade to Symfony 2.7.6 2015-11-10 13:39:07 +00:00
Request.php Issue #2609268 by andypost, hussainweb: Upgrade to Symfony 2.7.6 2015-11-10 13:39:07 +00:00
Response.php Issue #2609268 by andypost, hussainweb: Upgrade to Symfony 2.7.6 2015-11-10 13:39:07 +00:00
composer.json Issue #2609268 by andypost, hussainweb: Upgrade to Symfony 2.7.6 2015-11-10 13:39:07 +00:00
phpunit.xml.dist Issue #2380389 by webflo, Mile23, davidwbarratt, timmillwood, hussainweb, tstoeckler, bojanz, yched, MKorostoff, alexpott, webchick: Use a single vendor directory in the root 2015-09-30 12:58:08 -07:00

README.md

BrowserKit Component

BrowserKit simulates the behavior of a web browser.

The component only provides 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