lizhen_gitee 0c9f3c7f62 1.3.4.20220530 | hace 2 años | |
---|---|---|
.. | ||
Factory | hace 2 años | |
Tests | hace 2 años | |
.gitignore | hace 2 años | |
.php_cs.dist | hace 2 años | |
.travis.yml | hace 2 años | |
CHANGELOG.md | hace 2 años | |
HttpFoundationFactoryInterface.php | hace 2 años | |
HttpMessageFactoryInterface.php | hace 2 años | |
LICENSE | hace 2 años | |
README.md | hace 2 años | |
composer.json | hace 2 años | |
phpunit.xml.dist | hace 2 años |
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