imbo / behat-api-extension

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

Allow extending the context without using Guzzle getConfig #127

Closed christeredvartsen closed 1 year ago

christeredvartsen commented 1 year ago

The way projects can extend the extension and for instance inject middlewares and handlers currently involves using the getConfig function in the Guzzle client, which is deprecated. This must be fixed, and will require a new major version since we will need to update some of the interfaces, causing a BC break.