Paraunit 2.9.0: coverage cache warmup
With this new minor, we’re adding a small performance improvement for test coverage, by running phpunit -- before running all tests. This small feature should reduce tests execution time and avoid race conditions when the first batch of tests runs (and find the cache not ready).
Credits to Sebastian for pointing this out to me!