File tree Expand file tree Collapse file tree 2 files changed +22
-12
lines changed
Expand file tree Collapse file tree 2 files changed +22
-12
lines changed Original file line number Diff line number Diff line change 3030 "larastan/larastan" : " ^3.0" ,
3131 "orchestra/testbench" : " ^9.0 || ^10.0" ,
3232 "phpstan/phpstan" : " ^2.0" ,
33- "phpunit/phpunit" : " ^10 .0"
33+ "phpunit/phpunit" : " ^11 .0"
3434 },
3535 "minimum-stability" : " stable" ,
3636 "autoload" : {
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.5/phpunit.xsd" bootstrap =" vendor/autoload.php" backupGlobals =" false" colors =" true" processIsolation =" false" stopOnFailure =" false" cacheDirectory =" .phpunit.cache" backupStaticProperties =" false" >
3- <coverage >
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/11.0/phpunit.xsd"
4+ bootstrap =" vendor/autoload.php"
5+ backupGlobals =" false"
6+ colors =" true"
7+ stopOnFailure =" false"
8+ cacheDirectory =" .phpunit.cache"
9+ backupStaticProperties =" false"
10+ >
11+ <source >
12+ <include >
13+ <directory suffix =" .php" >src</directory >
14+ </include >
15+ <exclude >
16+ <file >src/ServiceProvider.php</file >
17+ </exclude >
18+ </source >
19+ <coverage includeUncoveredFiles =" true"
20+ pathCoverage =" false"
21+ ignoreDeprecatedCodeUnits =" true"
22+ disableCodeCoverageIgnore =" true" >
423 <report >
524 <clover outputFile =" clover.xml" />
625 </report >
1534 <env name =" DB_CONNECTION" value =" sqlite" force =" true" />
1635 <env name =" DB_DATABASE" value =" :memory:" force =" true" />
1736 </php >
18- <source >
19- <include >
20- <directory suffix =" .php" >./src</directory >
21- </include >
22- <exclude >
23- <file >src/ServiceProvider.php</file >
24- <file >src/CompressionEncoding.php</file >
25- </exclude >
26- </source >
2737</phpunit >
You can’t perform that action at this time.
0 commit comments