moonsflyer 4218793d61 init 10 months ago
..
ArgumentValueResolver 4218793d61 init 10 months ago
EventListener 4218793d61 init 10 months ago
Factory 4218793d61 init 10 months ago
Tests 4218793d61 init 10 months ago
.gitignore 4218793d61 init 10 months ago
.php_cs.dist 4218793d61 init 10 months ago
.travis.yml 4218793d61 init 10 months ago
CHANGELOG.md 4218793d61 init 10 months ago
HttpFoundationFactoryInterface.php 4218793d61 init 10 months ago
HttpMessageFactoryInterface.php 4218793d61 init 10 months ago
LICENSE 4218793d61 init 10 months ago
README.md 4218793d61 init 10 months ago
composer.json 4218793d61 init 10 months ago
phpunit.xml.dist 4218793d61 init 10 months ago

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