shichen b6c5ecc67a init hai 11 meses
..
ArgumentValueResolver b6c5ecc67a init hai 11 meses
EventListener b6c5ecc67a init hai 11 meses
Factory b6c5ecc67a init hai 11 meses
Tests b6c5ecc67a init hai 11 meses
.gitignore b6c5ecc67a init hai 11 meses
.php_cs.dist b6c5ecc67a init hai 11 meses
.travis.yml b6c5ecc67a init hai 11 meses
CHANGELOG.md b6c5ecc67a init hai 11 meses
HttpFoundationFactoryInterface.php b6c5ecc67a init hai 11 meses
HttpMessageFactoryInterface.php b6c5ecc67a init hai 11 meses
LICENSE b6c5ecc67a init hai 11 meses
README.md b6c5ecc67a init hai 11 meses
composer.json b6c5ecc67a init hai 11 meses
phpunit.xml.dist b6c5ecc67a init hai 11 meses

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