Behat / WebApiExtension

Behat extension to test web APIs
http://extensions.behat.org
MIT License
111 stars 114 forks source link

Add a method for getting response as string #73

Open pavlepredic opened 6 years ago

pavlepredic commented 6 years ago

In order to make this class extendable, we need to have access to the response object. Considering the compatibility issues (guzzle 5 vs 6), the simplest approach seems to be returning the response as a string.