Kirin ed0358a7ed 一些功能 il y a 4 ans
..
Factory 2f058c19cb 默认的 il y a 4 ans
Tests ed0358a7ed 一些功能 il y a 4 ans
.gitignore ed0358a7ed 一些功能 il y a 4 ans
.php_cs.dist 2f058c19cb 默认的 il y a 4 ans
.travis.yml 2f058c19cb 默认的 il y a 4 ans
CHANGELOG.md 2f058c19cb 默认的 il y a 4 ans
HttpFoundationFactoryInterface.php 2f058c19cb 默认的 il y a 4 ans
HttpMessageFactoryInterface.php 2f058c19cb 默认的 il y a 4 ans
LICENSE 2f058c19cb 默认的 il y a 4 ans
README.md 2f058c19cb 默认的 il y a 4 ans
composer.json 2f058c19cb 默认的 il y a 4 ans
phpunit.xml.dist 2f058c19cb 默认的 il y a 4 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