Laravel withoutExceptionHandling() Gotcha
Laravel offers a nice helper method that you can use temporarily in your tests to turn off exception handling by the framework. What happens in certain cases is that you won't see the actual error...