orchestral/testbench

Package migrations are not executed with v7.41.0 (core v7.42.0)

Closed this issue · 1 comments

  • Testbench Version: 7.41.0
  • Laravel Version: 9.52.16
  • PHP Version: 8.2.10
  • Database Driver & Version: Sqlite

Description:

Migrations loaded with loadMigrationsFrom method of InteractsWithMigrations don't run.

Steps To Reproduce:

main branch of the repository which is a bug reproduction demo can be used to reproduce the issue (detailed instructions are in README.MD)

Don't use RefreshDatabase with loadMigrationsFrom outside of defineDatabaseMigrations method: orchestral/testbench-core#194

We have never suggested using loadMigrationsFrom within setUp() method.