File tree 1 file changed +7
-9
lines changed
1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10 .0/phpunit.xsd"
3
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/11 .0/phpunit.xsd"
4
4
bootstrap =" vendor/autoload.php"
5
5
backupGlobals =" false"
6
6
colors =" true"
7
7
stopOnFailure =" false"
8
8
cacheDirectory =" .phpunit.cache"
9
9
backupStaticProperties =" false"
10
10
>
11
- <coverage >
11
+ <source >
12
12
<include >
13
13
<directory suffix =" .php" >src</directory >
14
14
</include >
15
- <exclude >
16
- <directory suffix =" .php" >src/Attributes</directory >
17
- <directory suffix =" .php" >src/Contracts</directory >
18
- <directory suffix =" .php" >src/Support/Facades</directory >
19
- <file >src/Http/AllowedAppends.php</file >
20
- <file >src/Http/SortDirection.php</file >
21
- </exclude >
15
+ </source >
16
+ <coverage includeUncoveredFiles =" true"
17
+ pathCoverage =" false"
18
+ ignoreDeprecatedCodeUnits =" true"
19
+ disableCodeCoverageIgnore =" true" >
22
20
<report >
23
21
<clover outputFile =" clover.xml" />
24
22
</report >
You can’t perform that action at this time.
0 commit comments