File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3 /phpunit.xsd" backupGlobals =" true" backupStaticAttributes =" true" colors = " true " convertErrorsToExceptions = " true " convertNoticesToExceptions = " true " convertWarningsToExceptions =" true" forceCoversAnnotation =" false" processIsolation = " false " bootstrap = " vendor/autoload.php " >
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.5 /phpunit.xsd" backupGlobals =" true" colors =" true" processIsolation = " false " bootstrap = " vendor/autoload.php " cacheDirectory = " .phpunit.cache " backupStaticProperties =" true" requireCoverageMetadata =" 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 =" test/reports/coverage/" />
1916 <directory >test/</directory >
2017 </testsuite >
2118 </testsuites >
19+ <source >
20+ <include >
21+ <directory suffix =" .php" >src/</directory >
22+ </include >
23+ </source >
2224</phpunit >
You can’t perform that action at this time.
0 commit comments