unit tests
This commit is contained in:
parent
e64abbaf46
commit
d3ce330b62
|
@ -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…
Reference in New Issue