唐金木 07e2592bdb first commit hace 4 años
..
Factory 07e2592bdb first commit hace 4 años
Tests 07e2592bdb first commit hace 4 años
.gitignore 07e2592bdb first commit hace 4 años
.php_cs.dist 07e2592bdb first commit hace 4 años
.travis.yml 07e2592bdb first commit hace 4 años
CHANGELOG.md 07e2592bdb first commit hace 4 años
HttpFoundationFactoryInterface.php 07e2592bdb first commit hace 4 años
HttpMessageFactoryInterface.php 07e2592bdb first commit hace 4 años
LICENSE 07e2592bdb first commit hace 4 años
README.md 07e2592bdb first commit hace 4 años
composer.json 07e2592bdb first commit hace 4 años
phpunit.xml.dist 07e2592bdb first commit 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