yonge 2e62f72c55 update 4 weeks ago
..
Factory e9954ecc2f 初始化 1 month ago
Tests e9954ecc2f 初始化 1 month ago
.gitignore 2e62f72c55 update 4 weeks ago
.php_cs.dist e9954ecc2f 初始化 1 month ago
.travis.yml e9954ecc2f 初始化 1 month ago
CHANGELOG.md e9954ecc2f 初始化 1 month ago
HttpFoundationFactoryInterface.php e9954ecc2f 初始化 1 month ago
HttpMessageFactoryInterface.php e9954ecc2f 初始化 1 month ago
LICENSE e9954ecc2f 初始化 1 month ago
README.md e9954ecc2f 初始化 1 month ago
composer.json e9954ecc2f 初始化 1 month ago
phpunit.xml.dist e9954ecc2f 初始化 1 month 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