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

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