File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 104104 "phpstan/phpstan-phpunit" : " ^1.3" ,
105105 "phpstan/phpstan-strict-rules" : " ^1.5" ,
106106 "phpstan/phpstan-webmozart-assert" : " ^1.2" ,
107- "phpunit/phpunit" : " ^10.0 " ,
107+ "phpunit/phpunit" : " ^10.1 " ,
108108 "pragmarx/google2fa-qrcode" : " ^3.0" ,
109109 "psalm/plugin-phpunit" : " ^0.18.4" ,
110110 "roave/security-advisories" : " dev-latest" ,
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<phpunit
33 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.0 /phpunit.xsd"
4+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.1 /phpunit.xsd"
55 bootstrap =" test/bootstrap-dist.php"
66 cacheDirectory =" build/.phpunit.cache"
77 executionOrder =" random"
1818 beStrictAboutOutputDuringTests =" true"
1919 colors =" true"
2020>
21- <coverage >
21+ <source >
2222 <include >
2323 <directory suffix =" .php" >.</directory >
2424 </include >
3030 <directory >tmp</directory >
3131 <directory >vendor</directory >
3232 </exclude >
33+ </source >
34+ <coverage >
3335 <report >
3436 <clover outputFile =" build/logs/clover.xml" />
3537 <xml outputDirectory =" build/logs/coverage-xml" />
You can’t perform that action at this time.
0 commit comments