imbo / behat-api-extension

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

Don't allow request body and multipart/form-data #9

Closed christeredvartsen closed 8 years ago

christeredvartsen commented 8 years ago

This pull request fixes the issue with using a request body when doing multipart/form-data requests. See #7.