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