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