Open
Description
The feature I am inquiring about is runInSeparateProcess from PHPUnit. I am using Mockery to stub out some classes with the alias and overload classes found here.
So my questions are:
- Is this type of functionality something that is desired?
- What would be the desired implementation to do this? (I'm not really interested in seeing it done with annotations)
I would have no problem implementing the feature, but I would like some feedback before I start.
I am also aware of peridot-concurrency which works very similarly to what I want, however I would like for a test to have a dedicated process to allow for overloading the classes in an autoloader without affecting the rest of the tests.
Activity