lizhen_gitee f57c82fce2 被忽略的文件 | vor 8 Monaten | |
---|---|---|
.. | ||
Factory | vor 8 Monaten | |
Tests | vor 8 Monaten | |
.gitignore | vor 8 Monaten | |
.php_cs.dist | vor 8 Monaten | |
.travis.yml | vor 8 Monaten | |
CHANGELOG.md | vor 8 Monaten | |
HttpFoundationFactoryInterface.php | vor 8 Monaten | |
HttpMessageFactoryInterface.php | vor 8 Monaten | |
LICENSE | vor 8 Monaten | |
README.md | vor 8 Monaten | |
composer.json | vor 8 Monaten | |
phpunit.xml.dist | vor 8 Monaten |
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