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