php-http / curl-client

cURL client
http://httplug.io
MIT License
443 stars 28 forks source link

PHPUnit 6 compatability #31

Closed Nyholm closed 7 years ago

Nyholm commented 7 years ago

This will allow use to use phpunit 6. Older versions are still supported.

This will allow the integration tests repo to run curl tests on travis.

dbu commented 7 years ago

:+1: but seems we miss the 0.6 release of client-integration-tests (or if you did that and then immediately did this PR, restart the build as packagist can be some minutes behind sometimes)

Nyholm commented 7 years ago

I have not released it yet. Two PRs is blocking: https://github.com/php-http/client-integration-tests/pulls

Nyholm commented 7 years ago

I reran the tests and they pass.