Event: beforeTesting that triggers before testing begins. #41206
Unanswered
fuel-wlightning
asked this question 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.
-
It would be nice to have a testing event that was triggered during test command before testing is initiated.
In the case of non-parallel tests, this would trigger just prior to starting phpunit (similar to Bootstrap if set)
In the case of parallel tests, this would trigger once before starting all phpunit tests (different than Bootstrap if set)
Some example use cases are:
Beta Was this translation helpful? Give feedback.
All reactions