Running tests with process isolation does not pass over auto_prepend_file into the child processes.
How to run the tests:
composer install
composer tests
- this will success because no process isolation is configured inphpunit.xml
composer tests-isolated
- this will fail, but should succeed.