File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Bridge \PhpUnit \Legacy ;
13
13
14
- use PHPUnit \Framework \BaseTestListener ;
15
14
use PHPUnit \Framework \Test ;
15
+ use PHPUnit \Framework \TestListener ;
16
+ use PHPUnit \Framework \TestListenerDefaultImplementation ;
16
17
17
18
/**
18
19
* CoverageListener adds `@covers <className>` on each test when possible to
22
23
*
23
24
* @internal
24
25
*/
25
- class CoverageListenerForV6 extends BaseTestListener
26
+ class CoverageListenerForV6 implements TestListener
26
27
{
28
+ use TestListenerDefaultImplementation;
29
+
27
30
private $ trait ;
28
31
29
32
public function __construct (callable $ sutFqcnResolver = null , $ warningOnSutNotFound = false )
Original file line number Diff line number Diff line change 24
24
"symfony/debug" : " For tracking deprecated interfaces usages at runtime with DebugClassLoader"
25
25
},
26
26
"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 "
28
28
},
29
29
"autoload" : {
30
30
"files" : [ " bootstrap.php" ],
You can’t perform that action at this time.
0 commit comments