刘远航 94eefae904 vendor hace 4 años
..
Factory 94eefae904 vendor hace 4 años
Tests 94eefae904 vendor hace 4 años
.gitignore 94eefae904 vendor hace 4 años
.php_cs.dist 94eefae904 vendor hace 4 años
.travis.yml 94eefae904 vendor hace 4 años
CHANGELOG.md 94eefae904 vendor hace 4 años
HttpFoundationFactoryInterface.php 94eefae904 vendor hace 4 años
HttpMessageFactoryInterface.php 94eefae904 vendor hace 4 años
LICENSE 94eefae904 vendor hace 4 años
README.md 94eefae904 vendor hace 4 años
composer.json 94eefae904 vendor hace 4 años
phpunit.xml.dist 94eefae904 vendor hace 4 años

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