imbo / behat-api-extension

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

PHP notice instead InvalidArgumentException message when $value is array #11

Closed dzschille closed 8 years ago

dzschille commented 8 years ago

I get an PHP notice instead the InvalidArgumentException message when $value is array. This little commit fixes that.

christeredvartsen commented 8 years ago

I believe this was also fixed in #14 which was a fix for #13. Could you verify this?

dzschille commented 8 years ago

Yes, i don't get the notice anymore.