How test all routs to ensure they return at least a none-500 response?
I want to be sure that all GET routes defined in routes.php file return a 200 response and all non-get routes return at least a non-500 http response. How can I do that using phpunit and Laravel testing facilities?
Aucun commentaire:
Enregistrer un commentaire