Laravel 5.8 and PHPUnit tearDown!
When trying to run my Laravel/PHPUnit integration tests I received this error: ReflectionException: Class config does not exist It is one of those vague error messages that can be triggered by a lot of different problems and none of the many solutions to these common issues worked for me. In the end the solution came […]