zenstruck / browser

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

[feature] Assert that an header is not present #98

Closed nitneuk closed 2 years ago

nitneuk commented 2 years ago

Hi @kbond

This add the ability to assert that a header is not present is the response. This may be used when a header is added depending on a business rule.

Have a nice day

kbond commented 2 years ago

Thanks @nitneuk!