Level 102
Maybe you can use something like this to extract the migrations needed for testing?
In my Laravel project, I'm using Liquibase, which is a database-independent library, so there won't be a migration file. Now that I cannot write unit tests without migration, I was wondering if any one has done unit tests using Liquibase.
Please or to participate in this conversation.