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