-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Labels
Help wantedIssues and PRs which are looking for volunteers to complete them.Issues and PRs which are looking for volunteers to complete them.PhpUnitBridge
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
Metadata
Metadata
Assignees
Labels
Help wantedIssues and PRs which are looking for volunteers to complete them.Issues and PRs which are looking for volunteers to complete them.PhpUnitBridge