File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1111
1212namespace Symfony \Bridge \PhpUnit \Legacy ;
1313
14- use PHPUnit \Framework \BaseTestListener ;
1514use PHPUnit \Framework \Test ;
15+ use PHPUnit \Framework \TestListener ;
16+ use PHPUnit \Framework \TestListenerDefaultImplementation ;
1617
1718/**
1819 * CoverageListener adds `@covers <className>` on each test when possible to
2223 *
2324 * @internal
2425 */
25- class CoverageListenerForV6 extends BaseTestListener
26+ class CoverageListenerForV6 implements TestListener
2627{
28+ use TestListenerDefaultImplementation;
29+
2730 private $ trait ;
2831
2932 public function __construct (callable $ sutFqcnResolver = null , $ warningOnSutNotFound = false )
Original file line number Diff line number Diff line change 2424 "symfony/debug" : " For tracking deprecated interfaces usages at runtime with DebugClassLoader"
2525 },
2626 "conflict" : {
27- "phpunit/phpunit" : " <4.8.35|<5.4.3,>=5.0"
27+ "phpunit/phpunit" : " <4.8.35|<5.4.3,>=5.0|<6.4,>=6.0 "
2828 },
2929 "autoload" : {
3030 "files" : [ " bootstrap.php" ],
You can’t perform that action at this time.
0 commit comments