Skip to content

v6.43.1

Compare
Choose a tag to compare
@crynobone crynobone released this 19 Mar 13:07
· 855 commits to 9.x since this release

Changes

Testbench Changes

Fixes
  • Fixes beforeApplicationDestroyed() usage on loadLaravelMigrations() method.
  • Fixes RefreshDatabase usage does not reset the database migrations between tests.
  • Check against RefreshDatabaseState::$migrated before loading migration paths to the instance of migrator.
  • Fixes class_implements(): Class AllowDynamicProperties does not exist and could not be loaded error on PHP 8.1 and lower.