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.

