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
2020-04-27 08:55:12 +02:00
..
Tests [BrowserKit] Allow Referer set by history to be overridden (3.4) 2020-04-27 08:55:12 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md Merge branch '3.3' into 3.4 2018-01-02 16:47:46 +01:00
Client.php [BrowserKit] Allow Referer set by history to be overridden (3.4) 2020-04-27 08:55:12 +02:00
composer.json Merge branch '3.3' into 3.4 2017-08-03 11:34:20 +02:00
Cookie.php Fix some docblocks. 2019-08-16 02:50:45 +02:00
CookieJar.php Fix inconsistent return points. 2019-08-20 15:31:17 +02:00
History.php switched array() to [] 2019-01-16 10:39:14 +01:00
LICENSE Update year in license files 2020-01-01 12:03:25 +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 [HttpKernel] Fix return type declarations 2019-08-26 09:50:50 +02:00
Response.php switched array() to [] 2019-01-16 10:39:14 +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