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