Kirin d956a2cfa2 理财 пре 3 година
..
Factory d956a2cfa2 理财 пре 3 година
Tests d956a2cfa2 理财 пре 3 година
.gitignore d956a2cfa2 理财 пре 3 година
.php_cs.dist d956a2cfa2 理财 пре 3 година
.travis.yml d956a2cfa2 理财 пре 3 година
CHANGELOG.md d956a2cfa2 理财 пре 3 година
HttpFoundationFactoryInterface.php d956a2cfa2 理财 пре 3 година
HttpMessageFactoryInterface.php d956a2cfa2 理财 пре 3 година
LICENSE d956a2cfa2 理财 пре 3 година
README.md d956a2cfa2 理财 пре 3 година
composer.json d956a2cfa2 理财 пре 3 година
phpunit.xml.dist d956a2cfa2 理财 пре 3 година

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