File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed 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 =" vendor/autoload.php" backupGlobals =" false" backupStaticAttributes = " false " colors =" true" verbose = " true " convertErrorsToExceptions = " true " convertNoticesToExceptions = " true " convertWarningsToExceptions = " true " processIsolation =" false" stopOnFailure =" false" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3 /phpunit.xsd" >
2
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" bootstrap =" vendor/autoload.php" backupGlobals =" false" colors =" true" processIsolation =" false" stopOnFailure =" false" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.5 /phpunit.xsd" cacheDirectory = " .phpunit.cache " backupStaticProperties = " false " >
3
3
<coverage >
4
- <include >
5
- <directory suffix =" .php" >src/</directory >
6
- </include >
7
4
<report >
8
5
<clover outputFile =" build/logs/clover.xml" />
9
6
<html outputDirectory =" build/coverage" />
18
15
<logging >
19
16
<junit outputFile =" build/report.junit.xml" />
20
17
</logging >
18
+ <source >
19
+ <include >
20
+ <directory suffix =" .php" >src/</directory >
21
+ </include >
22
+ </source >
21
23
</phpunit >
You can’t perform that action at this time.
0 commit comments