This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/BrowserKit
2019-01-14 16:15:59 +01:00
..
Exception Avoid nullable values in some Client's methods 2018-03-15 18:50:24 +05:00
Tests [BrowserKit] deprecated Response::getStatus() in favor of Response::getStatusCode() 2019-01-14 16:15:59 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [BrowserKit] marked Response as @final 2019-01-14 16:15:59 +01:00
Client.php [BrowserKit] deprecated Response::getStatus() in favor of Response::getStatusCode() 2019-01-14 16:15:59 +01:00
composer.json updated version to 4.3 2018-11-26 17:19:01 +01:00
Cookie.php [BrowserKit] Remove undefined variable 2018-10-28 13:36:14 +01:00
CookieJar.php Enable the fixer enforcing fully-qualified calls for compiler-optimized functions 2018-07-24 12:05:38 +02:00
History.php Enable the fixer enforcing fully-qualified calls for compiler-optimized functions 2018-07-24 12:05:38 +02:00
LICENSE update year in license files 2019-01-01 14:45:19 +01:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
Request.php Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
Response.php [BrowserKit] marked Response as @final 2019-01-14 16:15:59 +01:00

BrowserKit Component

The BrowserKit component simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically.

Resources