php-http / curl-client

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

Remove set methods and lock phpunit #50

Closed gmponos closed 5 years ago

gmponos commented 5 years ago
  1. I have remove setMethods of PHPUnit... since it does not add any extra value having them.
  2. Fixed the expectExceptionMessage.
  3. Locked to PHPUnit 7.5.The library has some deprecations. Locking this will avoid having someone using them... And also it has more features.. so in this way we are allowed to use them...