Accidentally deleting Laravel database when running tests? Here is what to do instead
Laravel 11
Since Laravel 11 removed `tests/CreatesApplication.php` file I had to dig up a new solution. Sadly, there isn't the perfect pretty one. I had to overwrite the refreshApplication method which comes from the BaseTestCase class.
protected fu...
lukasnotes.dk2 min read