laravel / browser-kit-testing

Provides backwards compatibility for BrowserKit testing in the latest Laravel release.
MIT License
509 stars 75 forks source link

Fix missing $cookies argument #151

Closed CyrilMazur closed 3 years ago

CyrilMazur commented 3 years ago

The $cookies variable wasn't passed to ->call(...) in the get() and json() methods. This PR fixes it.