Testing for cookies in Laravel does not set retrievable cookies
I am working on a package that uses cookies. In my package, I check for the presence of a cookie, and based on its value, I display content. I'm using Orchestra Testbench for my tests (which uses PHPUnit). In my…