kekrozsak/vendor/symfony/symfony/src/Symfony/Component/BrowserKit
Polonkai Gergely 9d0d2ce524 Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
..
Tests Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
.gitignore Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
CHANGELOG.md Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
Client.php Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
Cookie.php Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
CookieJar.php Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
History.php Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
LICENSE Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
README.md Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
Request.php Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
Response.php Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
composer.json Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
phpunit.xml.dist Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00

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:

phpunit

If you also want to run the unit tests that depend on other Symfony Components, install dev dependencies before running PHPUnit:

php composer.phar install --dev