File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" backupGlobals =" false" backupStaticAttributes =" false" colors =" true" convertErrorsToExceptions =" true" convertNoticesToExceptions =" true" convertWarningsToExceptions =" true" processIsolation =" false" stopOnFailure =" false" bootstrap =" ./tests/bootstrap.php" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" >
33 <coverage processUncoveredFiles =" true" >
44 <include >
5- <directory suffix =" .php" >./modules/admin/src</directory >
6- <directory suffix =" .php" >./modules/core/src</directory >
7- <directory suffix =" .php" >./modules/cron/src</directory >
8- <directory suffix =" .php" >./modules/exampleauth/src</directory >
9- <directory suffix =" .php" >./modules/multiauth/src</directory >
10- <directory suffix =" .php" >./modules/saml/src</directory >
5+ <directory suffix =" .php" >./modules</directory >
116 <directory suffix =" .php" >./src</directory >
127 </include >
138 <exclude >
9+ <directory >./modules/adfs</directory >
1410 <directory >./tests</directory >
1511 </exclude >
1612 <report >
You can’t perform that action at this time.
0 commit comments