Skip to content

v6.23.0

Compare
Choose a tag to compare
@crynobone crynobone released this 09 Nov 23:06
· 116 commits to 6.x since this release

Changes

Testbench Changes

Added
  • Add ability to define database migrations using TestCase::defineDatabaseMigrationsAfterDatabaseRefreshed() method, the method will only be executed via Illuminate\Database\Events\DatabaseRefreshed event.
  • Add ability to destroy database migrations using TestCase::destroyDatabaseMigrations().