Kirin c2e0541d56 tijiao il y a 2 ans
..
Factory c2e0541d56 tijiao il y a 2 ans
Tests c2e0541d56 tijiao il y a 2 ans
.gitignore c2e0541d56 tijiao il y a 2 ans
.php_cs.dist c2e0541d56 tijiao il y a 2 ans
.travis.yml c2e0541d56 tijiao il y a 2 ans
CHANGELOG.md c2e0541d56 tijiao il y a 2 ans
HttpFoundationFactoryInterface.php c2e0541d56 tijiao il y a 2 ans
HttpMessageFactoryInterface.php c2e0541d56 tijiao il y a 2 ans
LICENSE c2e0541d56 tijiao il y a 2 ans
README.md c2e0541d56 tijiao il y a 2 ans
composer.json c2e0541d56 tijiao il y a 2 ans
phpunit.xml.dist c2e0541d56 tijiao il y a 2 ans

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