Anyone who uses Paratest: do you have to do anything special to get it to run your test bootstrap per process? I have vlucas/phpdotenv loading env vars in my bootstrap, but when running with Paratest, none of the env vars are present.
I’ve tried using --bootstrap, and that doesn’t help.
I’m using $_ENV to access the env vars, in case that matters.