zxhxx 62f71792fd 1 hace 3 años
..
Factory 62f71792fd 1 hace 3 años
Tests 62f71792fd 1 hace 3 años
.gitignore 62f71792fd 1 hace 3 años
.php_cs.dist 62f71792fd 1 hace 3 años
.travis.yml 62f71792fd 1 hace 3 años
CHANGELOG.md 62f71792fd 1 hace 3 años
HttpFoundationFactoryInterface.php 62f71792fd 1 hace 3 años
HttpMessageFactoryInterface.php 62f71792fd 1 hace 3 años
LICENSE 62f71792fd 1 hace 3 años
README.md 62f71792fd 1 hace 3 años
composer.json 62f71792fd 1 hace 3 años
phpunit.xml.dist 62f71792fd 1 hace 3 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