hrjy d80da73038 commit 2 роки тому
..
Factory d80da73038 commit 2 роки тому
Tests d80da73038 commit 2 роки тому
.gitignore d80da73038 commit 2 роки тому
.php_cs.dist d80da73038 commit 2 роки тому
.travis.yml d80da73038 commit 2 роки тому
CHANGELOG.md d80da73038 commit 2 роки тому
HttpFoundationFactoryInterface.php d80da73038 commit 2 роки тому
HttpMessageFactoryInterface.php d80da73038 commit 2 роки тому
LICENSE d80da73038 commit 2 роки тому
README.md d80da73038 commit 2 роки тому
composer.json d80da73038 commit 2 роки тому
phpunit.xml.dist d80da73038 commit 2 роки тому

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