How can i use Transaction Strategy with multiple databases? #1187
Unanswered
JeremyM1985
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to use the Transaction Strategy for database testing.
I see that the TransactionStrategy class resolves the DatabaseInterface from the container and calls the getDriver() method, which returns the default database defined in the configuration.
How can I specify a particular database driver for transactions in individual tests?
Beta Was this translation helpful? Give feedback.
All reactions