Replies: 1 comment 3 replies
-
This isn't possible in Pest, and I don't think there are plans to add support (unless someone PRs it). 🤔 Here are some previous issues related to process isolation (#270 and #665) and a PR that tried to implement it. If you'd like to work on this, I'm sure that it'd be welcome. 🙂 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
Phpunit has some annotations like:
/**
*/
To indicate that the test should run in separate process. This avoid some problems with mocks.
How I can do that in Pest?
Best regards,
Bruno
Beta Was this translation helpful? Give feedback.
All reactions