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.

#PHP #PHPUnit #Paratest

Oh, it looks like @slam is here! Any ideas? Should I open an issue? (I searched and couldn’t find anything that looked related to the issue I’m seeing, but I might just be doing something wrong.)