Closed
Description
Symfony version(s) affected: 4.3.x
Description
1x: The "Symfony\Bridge\PhpUnit\Legacy\CoverageListenerForV6" class extends
"PHPUnit\Framework\BaseTestListener" that is deprecated Use
TestListenerDefaultImplementation trait instead.
1x in DebugClassLoader::loadClass from Symfony\Component\Debug
How to reproduce
Run a test with Symfony\Bridge\PhpUnit\CoverageListener
on PhpUnit V6
Possible Solution
Use the Trait instead of extending the Class