hrjy e8e630b068 commit vor 2 Jahren
..
Factory e8e630b068 commit vor 2 Jahren
Tests e8e630b068 commit vor 2 Jahren
.gitignore e8e630b068 commit vor 2 Jahren
.php_cs.dist e8e630b068 commit vor 2 Jahren
.travis.yml e8e630b068 commit vor 2 Jahren
CHANGELOG.md e8e630b068 commit vor 2 Jahren
HttpFoundationFactoryInterface.php e8e630b068 commit vor 2 Jahren
HttpMessageFactoryInterface.php e8e630b068 commit vor 2 Jahren
LICENSE e8e630b068 commit vor 2 Jahren
README.md e8e630b068 commit vor 2 Jahren
composer.json e8e630b068 commit vor 2 Jahren
phpunit.xml.dist e8e630b068 commit vor 2 Jahren

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