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