imbo / behat-api-extension

API extension for Behat, used to ease testing of JSON-based APIs
MIT License
109 stars 42 forks source link

Make getResponseBodyArray public to be accessible by FeatureContext. #79

Closed miteshmap closed 4 years ago

christeredvartsen commented 5 years ago

What is the use case for this? Is it possible to extend the context instead of access the method that way? That is usually what I end up doing when I need to access internal stuff.

christeredvartsen commented 4 years ago

Closing because of inactivity. Feel free to re-open.