mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 01:39:33 +02:00
unit tests
This commit is contained in:
parent
e64abbaf46
commit
d3ce330b62
1 changed files with 9 additions and 0 deletions
|
@ -11,4 +11,13 @@
|
|||
<logging>
|
||||
<log type="coverage-html" target="../code-coverage/html"/>
|
||||
</logging>
|
||||
<filter>
|
||||
<whitelist processUncoveredFilesFromWhitelist="true">
|
||||
<directory suffix=".php">lam</directory>
|
||||
<directory suffix=".inc">lam</directory>
|
||||
<exclude>
|
||||
<directory>lam/tests</directory>
|
||||
</exclude>
|
||||
</whitelist>
|
||||
</filter>
|
||||
</phpunit>
|
Loading…
Add table
Add a link
Reference in a new issue