HTTP Client integration tests.
Via Composer
$ composer require php-http/client-integration-testsThis package should not be used on its own. It provides integration tests for HTTP Clients.
Start the HTTP Test server:
$ vendor/bin/http_test_serverInstall an adapter.
$ composer require php-http/curl-client:dev-master zendframework/zend-diactorosRun the tests.
./vendor/bin/phpunit --testsuite curl --printer "Http\Client\Tests\ResultPrinter"Please see our contributing guide.
If you discover any security related issues, please contact us at security@php-http.org.
The MIT License (MIT). Please see License File for more information.