zenstruck / browser

A fluent interface for your Symfony functional tests.
MIT License
190 stars 18 forks source link

Patch is missing #71

Closed KDederichs closed 2 years ago

KDederichs commented 2 years ago

Seems like the patch shortcut function is missing (like you can do $this->browser()->post|put|get|delete() but not patch) Adding that would be neat :)