zhangxiaobin 424b643451 commit 3 | il y a 1 an | |
---|---|---|
.. | ||
Factory | il y a 1 an | |
Tests | il y a 1 an | |
.gitignore | il y a 1 an | |
.php_cs.dist | il y a 1 an | |
.travis.yml | il y a 1 an | |
CHANGELOG.md | il y a 1 an | |
HttpFoundationFactoryInterface.php | il y a 1 an | |
HttpMessageFactoryInterface.php | il y a 1 an | |
LICENSE | il y a 1 an | |
README.md | il y a 1 an | |
composer.json | il y a 1 an | |
phpunit.xml.dist | il y a 1 an |
Provides integration for PSR7.
If you want to run the unit tests, install dev dependencies before running PHPUnit:
$ cd path/to/Symfony/Bridge/PsrHttpMessage/
$ composer.phar install
$ phpunit