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" backupGlobals =" false" colors =" true" processIsolation =" false" stopOnFailure =" false" bootstrap =" ./tests/bootstrap.php" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.0 /phpunit.xsd" cacheDirectory =" .phpunit.cache" backupStaticProperties =" false" >
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" backupGlobals =" false" colors =" true" processIsolation =" false" stopOnFailure =" false" bootstrap =" ./tests/bootstrap.php" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.5 /phpunit.xsd" cacheDirectory =" .phpunit.cache" backupStaticProperties =" false" >
33 <coverage >
4- <include >
5- <directory suffix =" .php" >./modules</directory >
6- <directory suffix =" .php" >./src</directory >
7- </include >
8- <exclude >
9- <directory >./modules/adfs</directory >
10- <directory >./tests</directory >
11- </exclude >
124 <report >
135 <clover outputFile =" build/logs/clover.xml" />
146 </report >
2012 </testsuite >
2113 </testsuites >
2214 <logging />
15+ <source >
16+ <include >
17+ <directory suffix =" .php" >./modules</directory >
18+ <directory suffix =" .php" >./src</directory >
19+ </include >
20+ <exclude >
21+ <directory >./modules/adfs</directory >
22+ <directory >./tests</directory >
23+ </exclude >
24+ </source >
2325</phpunit >
You can’t perform that action at this time.
0 commit comments