Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
|
|
|
BrowserKit Component
|
|
|
|
====================
|
|
|
|
|
|
|
|
BrowserKit simulates the behavior of a web browser.
|
|
|
|
|
2015-11-10 13:39:07 +00:00
|
|
|
The component only provides an abstract client and does not provide any
|
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
|
|
|
"default" backend for the HTTP layer.
|
|
|
|
|
|
|
|
Resources
|
|
|
|
---------
|
|
|
|
|
|
|
|
For a simple implementation of a browser based on an HTTP layer, have a look
|
2015-09-09 08:00:18 +00:00
|
|
|
at [Goutte](https://github.com/FriendsOfPHP/Goutte).
|
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
|
|
|
|
|
|
|
For an implementation based on HttpKernelInterface, have a look at the
|
|
|
|
[Client](https://github.com/symfony/symfony/blob/master/src/Symfony/Component/HttpKernel/Client.php)
|
|
|
|
provided by the HttpKernel component.
|
|
|
|
|
|
|
|
You can run the unit tests with the following command:
|
|
|
|
|
|
|
|
$ cd path/to/Symfony/Component/BrowserKit/
|
2015-03-20 13:35:25 +00:00
|
|
|
$ composer install
|
Issue #2433009 by hussainweb, grom358, neclimdul, daffie, larowlan, alexpott, pcambra, benjy, jibran, phenaproxima, moshe weitzman, nick_schuch: Add Mink, with Goutte driver, to core
2015-02-26 03:49:58 +00:00
|
|
|
$ phpunit
|