Can't get the idea of a Pest plugin that makes it easier to test complicated Laravel migrations out of my head.
It has always bothered me the kind of data migrations that will end up untested in a migration.
Anyone ever try something like this?
Back
•
I've been noodling on a solution. Definitely seems possible with a function that generates a dataset.
Is it possible to add a macro function on `TestCall` itself to get that `migration` chain?