I'm wondering what kind of test should I research when we are talking about page render?
I just want to checkout all my routes that render a view, to see if any of them return some kind of error (ErrorException (E_ERROR))
Imagine this scenario: I have a variable that is shared across all my views and for some reason this variable isn't available / accessible and my page is not rendered.
I can't test (navigate) all my routes manually whenever I run a new deploy.
@bobbybouwmann,hello, The link you provide is laravel 4, There are many difference between 5 and 4 about testing controllers.I am confused about testing controllers.