Closed
Description
Symfony version(s) affected: 3.4
The phpunit-bridge us using "blacklist" classes that are deprecated since phpunit 9.4.
We need to account for this change and make the code in the bridge able to use either the old or the new classes depending on which version of phpunit is in use.
Help wanted.