imbo / behat-api-extension

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

Can't compare null values #1

Closed christeredvartsen closed 8 years ago

christeredvartsen commented 8 years ago

The following ends up in an LogicException:

Given the response body contains:
""""
{"key": null}
""""

It should be possible to match null values as well.