zenstruck / browser

A fluent interface for your Symfony functional tests.
MIT License
186 stars 17 forks source link

feat/json assertions #92

Closed nikophil closed 2 years ago

nikophil commented 2 years ago

Hi,

here are some more json assertions.

The Json object now acts like a proxy of Expectation and all expectations can be called on it.

fixes https://github.com/zenstruck/browser/issues/35

kbond commented 2 years ago

Thanks @nikophil!