Laravel 10 Unit Test does not see DB change from Artisan Command
I have an artisan command (Laravel 10) that makes a change to the user table in the database. I can confirm that the change is happening with output from the command itself, and it looks like it's actually working. However,…