pengchanglu cc4e5164f2 初始化 3 years ago
..
Factory cc4e5164f2 初始化 3 years ago
Tests cc4e5164f2 初始化 3 years ago
.gitignore cc4e5164f2 初始化 3 years ago
.php_cs.dist cc4e5164f2 初始化 3 years ago
.travis.yml cc4e5164f2 初始化 3 years ago
CHANGELOG.md cc4e5164f2 初始化 3 years ago
HttpFoundationFactoryInterface.php cc4e5164f2 初始化 3 years ago
HttpMessageFactoryInterface.php cc4e5164f2 初始化 3 years ago
LICENSE cc4e5164f2 初始化 3 years ago
README.md cc4e5164f2 初始化 3 years ago
composer.json cc4e5164f2 初始化 3 years ago
phpunit.xml.dist cc4e5164f2 初始化 3 years 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