Level 28
https://stackoverflow.com/questions/54064280/laravel-unit-testing-add-cookie-to-request
Have you tried this already? :)
I need to test a controller method that fetches a cookie with \Cookie::get(). I have been trying for days to mock this cookie in my tests but to no avail.
How do I got about this?
Please or to participate in this conversation.