About refreshDatabase trait in laravel unit testing
I've my migrations at two different default location (database/migrations/tables/) and (database/migrations/foreign/) and i want to use the RefreshDatabase trait, however it uses the default migration location. How can i specify or override at setUp or somewhere the "path" option for…