mirror of
https://github.com/nextcloud/passman.git
synced 2025-11-10 06:01:32 +08:00
Added some dirs to coverage tests
Added File db model to tests
This commit is contained in:
parent
0fc7b26f38
commit
ba259c350c
2 changed files with 81 additions and 0 deletions
11
phpunit.xml
11
phpunit.xml
|
|
@ -4,4 +4,15 @@
|
||||||
<directory>./tests/unit</directory>
|
<directory>./tests/unit</directory>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
</testsuites>
|
</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>
|
</phpunit>
|
||||||
70
tests/unit/lib/Db/FileTest.php
Normal file
70
tests/unit/lib/Db/FileTest.php
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue