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