Replies: 2 comments 8 replies
-
You should update to use the correct method for future compatibility with |
Beta Was this translation helpful? Give feedback.
8 replies
-
It seems to be working again when i directly upgraded to version 9 + Laravel 11, thank you at least! It seems v8.23.3 probably was the one that fixed it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I used a very simple testclass extension where i did the following, though i simplified it here.
This way i can load migrations for specific tests and when i need external tables for my package tests.
But since 8.23 with
load_migration_paths()
added it no longer works, unless i use the following approach.But i would still like to just load them in how they worked originally, without having to
parent::
chain the defineDatabaseMigrations call, as i now can't easily do it per test.Beta Was this translation helpful? Give feedback.
All reactions