廖泽华 a37f2bbff5 init code | лет назад: 4 | |
---|---|---|
.. | ||
Exception | лет назад: 4 | |
Test | лет назад: 4 | |
Tests | лет назад: 4 | |
.gitignore | лет назад: 4 | |
AbstractBrowser.php | лет назад: 4 | |
CHANGELOG.md | лет назад: 4 | |
Client.php | лет назад: 4 | |
Cookie.php | лет назад: 4 | |
CookieJar.php | лет назад: 4 | |
History.php | лет назад: 4 | |
HttpBrowser.php | лет назад: 4 | |
LICENSE | лет назад: 4 | |
README.md | лет назад: 4 | |
Request.php | лет назад: 4 | |
Response.php | лет назад: 4 | |
composer.json | лет назад: 4 | |
phpunit.xml.dist | лет назад: 4 |
The BrowserKit component simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically.
The component comes with a concrete implementation that uses the HttpClient component to make real HTTP requests.