Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.x] Fix seeder property for in-memory tests #41869

Merged
merged 1 commit into from Apr 7, 2022
Merged

Conversation

driesvints
Copy link
Member

This PR fixes an issue when using the $seeder property on in-memory tests. Before this, no root seeder could be set but now, a defined root seeder is properly passed to the migrate command.

Fixes #41863

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Specifying a specific seeder on base test class does not apply when using in-memory Sqlite DB
2 participants