Daniel ab1334c0cf the whole shebang | пре 10 година | |
---|---|---|
.. | ||
Tests | пре 10 година | |
.gitignore | пре 10 година | |
CHANGELOG.md | пре 10 година | |
Client.php | пре 10 година | |
Cookie.php | пре 10 година | |
CookieJar.php | пре 10 година | |
History.php | пре 10 година | |
LICENSE | пре 10 година | |
README.md | пре 10 година | |
Request.php | пре 10 година | |
Response.php | пре 10 година | |
composer.json | пре 10 година | |
phpunit.xml.dist | пре 10 година |
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