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 11<?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/12.1 /phpunit.xsd" cacheDirectory = " .phpunit.cache " backupStaticProperties = " false " >
33 <coverage >
4- <include >
5- <directory suffix =" .php" >src/</directory >
6- </include >
74 <report >
85 <clover outputFile =" build/logs/clover.xml" />
96 <html outputDirectory =" build/coverage" />
1815 <logging >
1916 <junit outputFile =" build/report.junit.xml" />
2017 </logging >
18+ <source >
19+ <include >
20+ <directory suffix =" .php" >src/</directory >
21+ </include >
22+ </source >
2123</phpunit >
You can’t perform that action at this time.
0 commit comments