Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/vendor/symfony/browser-kit
Yannick Warnier 382e48ab6d Add static resources and remove tests dir for release 10 years ago
..
Tests Add static resources and remove tests dir for release 10 years ago
.gitignore Add static resources and remove tests dir for release 10 years ago
CHANGELOG.md Add static resources and remove tests dir for release 10 years ago
Client.php Add static resources and remove tests dir for release 10 years ago
Cookie.php Add static resources and remove tests dir for release 10 years ago
CookieJar.php Add static resources and remove tests dir for release 10 years ago
History.php Add static resources and remove tests dir for release 10 years ago
LICENSE Add static resources and remove tests dir for release 10 years ago
README.md Add static resources and remove tests dir for release 10 years ago
Request.php Add static resources and remove tests dir for release 10 years ago
Response.php Add static resources and remove tests dir for release 10 years ago
composer.json Add static resources and remove tests dir for release 10 years ago
phpunit.xml.dist Add static resources and remove tests dir for release 10 years ago

README.md

BrowserKit Component

BrowserKit simulates the behavior of a web browser.

The component only provides an abstract client and does not provide any "default" backend for the HTTP layer.

Resources

For a simple implementation of a browser based on an HTTP layer, have a look at Goutte.

For an implementation based on HttpKernelInterface, have a look at the Client provided by the HttpKernel component.

You can run the unit tests with the following command:

$ cd path/to/Symfony/Component/BrowserKit/
$ composer install
$ phpunit