hehaiqiang 6622e3b535 quanbu 1 ano atrás
..
Factory 6622e3b535 quanbu 1 ano atrás
Tests 6622e3b535 quanbu 1 ano atrás
.gitignore 6622e3b535 quanbu 1 ano atrás
.php_cs.dist 6622e3b535 quanbu 1 ano atrás
.travis.yml 6622e3b535 quanbu 1 ano atrás
CHANGELOG.md 6622e3b535 quanbu 1 ano atrás
HttpFoundationFactoryInterface.php 6622e3b535 quanbu 1 ano atrás
HttpMessageFactoryInterface.php 6622e3b535 quanbu 1 ano atrás
LICENSE 6622e3b535 quanbu 1 ano atrás
README.md 6622e3b535 quanbu 1 ano atrás
composer.json 6622e3b535 quanbu 1 ano atrás
phpunit.xml.dist 6622e3b535 quanbu 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