Daniel ab1334c0cf the whole shebang | před 10 roky | |
---|---|---|
.. | ||
Tests | před 10 roky | |
.gitignore | před 10 roky | |
CHANGELOG.md | před 10 roky | |
Client.php | před 10 roky | |
Cookie.php | před 10 roky | |
CookieJar.php | před 10 roky | |
History.php | před 10 roky | |
LICENSE | před 10 roky | |
README.md | před 10 roky | |
Request.php | před 10 roky | |
Response.php | před 10 roky | |
composer.json | před 10 roky | |
phpunit.xml.dist | před 10 roky |
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.
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.phar install --dev
$ phpunit