user fa2348d651 1111 il y a 2 mois
..
Factory fa2348d651 1111 il y a 2 mois
Tests fa2348d651 1111 il y a 2 mois
.gitignore fa2348d651 1111 il y a 2 mois
.php_cs.dist fa2348d651 1111 il y a 2 mois
.travis.yml fa2348d651 1111 il y a 2 mois
CHANGELOG.md fa2348d651 1111 il y a 2 mois
HttpFoundationFactoryInterface.php fa2348d651 1111 il y a 2 mois
HttpMessageFactoryInterface.php fa2348d651 1111 il y a 2 mois
LICENSE fa2348d651 1111 il y a 2 mois
README.md fa2348d651 1111 il y a 2 mois
composer.json fa2348d651 1111 il y a 2 mois
phpunit.xml.dist fa2348d651 1111 il y a 2 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