HTTP Client integration tests.
Via Composer
composer require php-http/client-integration-tests
This package should not be used on its own. It provides integration tests for HTTP Clients.
Start the HTTP Test server:
vendor/bin/http_test_server
Install an adapter.
composer require php-http/curl-client laminas/laminas-diactoros
Run 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 [email protected].
The MIT License (MIT). Please see License File for more information.