mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 17:59:21 +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>
|
<logging>
|
||||||
<log type="coverage-html" target="../code-coverage/html"/>
|
<log type="coverage-html" target="../code-coverage/html"/>
|
||||||
</logging>
|
</logging>
|
||||||
|
<filter>
|
||||||
|
<whitelist processUncoveredFilesFromWhitelist="true">
|
||||||
|
<directory suffix=".php">lam</directory>
|
||||||
|
<directory suffix=".inc">lam</directory>
|
||||||
|
<exclude>
|
||||||
|
<directory>lam/tests</directory>
|
||||||
|
</exclude>
|
||||||
|
</whitelist>
|
||||||
|
</filter>
|
||||||
</phpunit>
|
</phpunit>
|
Loading…
Add table
Add a link
Reference in a new issue