php-http / client-common

Common HTTP Client implementations and tools for HTTPlug
http://httplug.io
MIT License
1.01k stars 53 forks source link

fix tests #228

Closed dbu closed 1 year ago

dbu commented 1 year ago

they broke in #226 because we actually relied on php-http/message-factories for tests and it was installed through indirect dependency but no longer...

GrahamCampbell commented 1 year ago

Hmmmm, these changes look correct, but incomplete. Not sure why yet...

dbu commented 1 year ago

i gave up with phpspec and converted the test to phpunit. much less clutter imho :)