廖泽华 a37f2bbff5 init code 4 år sedan
..
Exception a37f2bbff5 init code 4 år sedan
Test a37f2bbff5 init code 4 år sedan
Tests a37f2bbff5 init code 4 år sedan
.gitignore a37f2bbff5 init code 4 år sedan
AbstractBrowser.php a37f2bbff5 init code 4 år sedan
CHANGELOG.md a37f2bbff5 init code 4 år sedan
Client.php a37f2bbff5 init code 4 år sedan
Cookie.php a37f2bbff5 init code 4 år sedan
CookieJar.php a37f2bbff5 init code 4 år sedan
History.php a37f2bbff5 init code 4 år sedan
HttpBrowser.php a37f2bbff5 init code 4 år sedan
LICENSE a37f2bbff5 init code 4 år sedan
README.md a37f2bbff5 init code 4 år sedan
Request.php a37f2bbff5 init code 4 år sedan
Response.php a37f2bbff5 init code 4 år sedan
composer.json a37f2bbff5 init code 4 år sedan
phpunit.xml.dist a37f2bbff5 init code 4 år sedan

README.md

BrowserKit Component

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.

Resources