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