Skip to content

Running tests in separate processes #155

Open
@JoelLarson

Description

@JoelLarson

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions