mead 12488c8737 init 1 ano atrás
..
Factory 12488c8737 init 1 ano atrás
Tests 12488c8737 init 1 ano atrás
.php_cs.dist 12488c8737 init 1 ano atrás
.travis.yml 12488c8737 init 1 ano atrás
CHANGELOG.md 12488c8737 init 1 ano atrás
HttpFoundationFactoryInterface.php 12488c8737 init 1 ano atrás
HttpMessageFactoryInterface.php 12488c8737 init 1 ano atrás
LICENSE 12488c8737 init 1 ano atrás
README.md 12488c8737 init 1 ano atrás
composer.json 12488c8737 init 1 ano atrás
phpunit.xml.dist 12488c8737 init 1 ano atrás

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