lpd e1bd7f1c26 init hai 7 meses
..
ArgumentValueResolver e1bd7f1c26 init hai 7 meses
EventListener e1bd7f1c26 init hai 7 meses
Factory e1bd7f1c26 init hai 7 meses
Tests e1bd7f1c26 init hai 7 meses
.gitignore e1bd7f1c26 init hai 7 meses
.php_cs.dist e1bd7f1c26 init hai 7 meses
.travis.yml e1bd7f1c26 init hai 7 meses
CHANGELOG.md e1bd7f1c26 init hai 7 meses
HttpFoundationFactoryInterface.php e1bd7f1c26 init hai 7 meses
HttpMessageFactoryInterface.php e1bd7f1c26 init hai 7 meses
LICENSE e1bd7f1c26 init hai 7 meses
README.md e1bd7f1c26 init hai 7 meses
composer.json e1bd7f1c26 init hai 7 meses
phpunit.xml.dist e1bd7f1c26 init hai 7 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