Aug 1, 2017
0
Level 3
Make the DatabaseMigrations trait migrate the test database
So the problem I'm facing is that after the tests are run, my local development database is rolled back instead of the testing one that is referenced in the .env.dusk.local file. Is this indeed an issue or I'm missing something? Any way I can fix this? Maybe overwrite the trait migration so that it does migrate --env=dusk.local, any ideas?
Please or to participate in this conversation.