Added some dirs to coverage tests

Added File db model to tests
This commit is contained in:
Marcos Zuriaga 2016-10-09 02:31:46 +02:00
parent 0fc7b26f38
commit ba259c350c
No known key found for this signature in database
GPG key ID: 7D15585354D072FF
2 changed files with 81 additions and 0 deletions

View file

@ -4,4 +4,15 @@
<directory>./tests/unit</directory>
</testsuite>
</testsuites>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">./lib/Db</directory>
<directory suffix=".php">./lib/Utility</directory>
<!--<file>/path/to/file</file>-->
<!--<exclude>-->
<!--<directory suffix=".php">/path/to/dir</directory>-->
<!--<file>/path/to/file</file>-->
<!--</exclude>-->
</whitelist>
</filter>
</phpunit>

File diff suppressed because one or more lines are too long