File tree 2 files changed +22
-12
lines changed
2 files changed +22
-12
lines changed Original file line number Diff line number Diff line change 30
30
"larastan/larastan" : " ^3.0" ,
31
31
"orchestra/testbench" : " ^9.0 || ^10.0" ,
32
32
"phpstan/phpstan" : " ^2.0" ,
33
- "phpunit/phpunit" : " ^10 .0"
33
+ "phpunit/phpunit" : " ^11 .0"
34
34
},
35
35
"minimum-stability" : " stable" ,
36
36
"autoload" : {
Original file line number Diff line number Diff line change 1
1
<?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" >
4
23
<report >
5
24
<clover outputFile =" clover.xml" />
6
25
</report >
15
34
<env name =" DB_CONNECTION" value =" sqlite" force =" true" />
16
35
<env name =" DB_DATABASE" value =" :memory:" force =" true" />
17
36
</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 >
27
37
</phpunit >
You can’t perform that action at this time.
0 commit comments