Make it easier to not call commit() so frequently in tests #37
johnrudolph
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In my tests, I'm manually calling
Verbs::commit()after most events because I need to persist them and then test the results of that event. It would be great to be able to set some kind of global setting to commit after every event so my tests don't look so ugly.Beta Was this translation helpful? Give feedback.
All reactions