user fa2348d651 1111 il y a 1 mois
..
Factory fa2348d651 1111 il y a 1 mois
Tests fa2348d651 1111 il y a 1 mois
.gitignore fa2348d651 1111 il y a 1 mois
.php_cs.dist fa2348d651 1111 il y a 1 mois
.travis.yml fa2348d651 1111 il y a 1 mois
CHANGELOG.md fa2348d651 1111 il y a 1 mois
HttpFoundationFactoryInterface.php fa2348d651 1111 il y a 1 mois
HttpMessageFactoryInterface.php fa2348d651 1111 il y a 1 mois
LICENSE fa2348d651 1111 il y a 1 mois
README.md fa2348d651 1111 il y a 1 mois
composer.json fa2348d651 1111 il y a 1 mois
phpunit.xml.dist fa2348d651 1111 il y a 1 mois

README.md

PSR-7 Bridge

Provides integration for PSR7.

Resources

Running the tests

If you want to run the unit tests, install dev dependencies before running PHPUnit:

$ cd path/to/Symfony/Bridge/PsrHttpMessage/
$ composer.phar install
$ phpunit