When using symfony/phpunit-bridge to discover deprecations, tests may fail when triggering one. This deprecation is explained in the stdout by the bridge, but Paraunit doesn't detect it; it just silently fails without any test failing only due to the non-zero exit code of the PHPUnit process.
We should report those failures in some way and, if possible, show the output of the deprecation warnings.
When using symfony/phpunit-bridge to discover deprecations, tests may fail when triggering one. This deprecation is explained in the stdout by the bridge, but Paraunit doesn't detect it; it just silently fails without any test failing only due to the non-zero exit code of the PHPUnit process.
We should report those failures in some way and, if possible, show the output of the deprecation warnings.