File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change
1
+ /vendor
2
+ /cache
3
+ /build
4
+
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" bootstrap =" test/bootstrap.php" colors =" true" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" >
3
- <coverage processUncoveredFiles =" true" >
4
- <include >
5
- <directory suffix =" .php" >src</directory >
6
- </include >
2
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" bootstrap =" test/bootstrap.php" colors =" true" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.5/phpunit.xsd" cacheDirectory =" .phpunit.cache" >
3
+ <coverage >
7
4
<report >
8
5
<clover outputFile =" build/logs/clover.xml" />
9
6
</report >
14
11
</testsuite >
15
12
</testsuites >
16
13
<logging />
14
+ <source >
15
+ <include >
16
+ <directory suffix =" .php" >src</directory >
17
+ </include >
18
+ </source >
17
19
</phpunit >
You can’t perform that action at this time.
0 commit comments