Is there a way to make #ParaTest respect #PHPUnit's baseline? Running tests with the same config and the same baselines gives different results depending on whether raw PHPUnit or ParaTest is used for execution.
Release v7.5.2 · paratestphp/paratest

What's Changed Fix baseline reading by @Slamdunk in #870 Full Changelog: v7.5.1...v7.5.2

GitHub
@slam Thanks! Hmmm, we have 7.4.3 most probably because of too old PHPUnit version (10.5.16). For now I am going to get rid of whole PHPUnit baseline concept in our app, as it's consistently outdated, people don't fix issues dumped there and don't update baselines, so it does not make sense to maintain it. Let's show problems in the CI output and motivate developers 😉.