Let's write a RequestTest and make sure that it is able to provide us with the correct query params, path, and request method.
I'm going to name my methods exactly the same as how they are named in PSR-7 so that we still have that option of implementing it in the future.
Branch: https://github.com/GaryClarke/pest-tdd/tree/10-request-test
0 comments