File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
"symfony/config" : " ^3.4 || ^4.4 || ^5.0" ,
13
13
"symfony/dependency-injection" : " ^3.4 || ^4.4 || ^5.0" ,
14
14
"symfony/http-kernel" : " ^3.4 || ^4.4 || ^5.0" ,
15
- "zalas/phpunit-globals" : " ^1 .0" ,
15
+ "zalas/phpunit-globals" : " ^2 .0" ,
16
16
"symfony/framework-bundle" : " ^3.4 || ^4.4 || ^5.0" ,
17
17
"zalas/phpunit-doubles" : " ^1.2" ,
18
18
"phpspec/prophecy" : " ^1.9"
Original file line number Diff line number Diff line change 14
14
</testsuite >
15
15
</testsuites >
16
16
17
- <listeners >
18
- <listener class =" Zalas\PHPUnit\Globals\AnnotationListener " />
19
- </listeners >
17
+ <extensions >
18
+ <extension class =" Zalas\PHPUnit\Globals\AnnotationExtension " />
19
+ </extensions >
20
20
21
21
<filter >
22
22
<whitelist processUncoveredFilesFromWhitelist =" true" >
You can’t perform that action at this time.
0 commit comments