廖泽华 a37f2bbff5 init code | 4 yıl önce | |
---|---|---|
.. | ||
Exception | 4 yıl önce | |
Test | 4 yıl önce | |
Tests | 4 yıl önce | |
.gitignore | 4 yıl önce | |
AbstractBrowser.php | 4 yıl önce | |
CHANGELOG.md | 4 yıl önce | |
Client.php | 4 yıl önce | |
Cookie.php | 4 yıl önce | |
CookieJar.php | 4 yıl önce | |
History.php | 4 yıl önce | |
HttpBrowser.php | 4 yıl önce | |
LICENSE | 4 yıl önce | |
README.md | 4 yıl önce | |
Request.php | 4 yıl önce | |
Response.php | 4 yıl önce | |
composer.json | 4 yıl önce | |
phpunit.xml.dist | 4 yıl önce |
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.