Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2016-11-07 17:05:12 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2016-11-07 17:05:12 +0300
commitbff5ffba9f88e747a9e02a5488b03522420397b0 (patch)
treed9318786232c1ad51cfcae596dfdcfeba53a1eb3 /tests
parentf032b26f19a482dec3a31f677a803c0dec8c05a0 (diff)
fix coverage whitelist directory
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'tests')
-rw-r--r--tests/phpunit.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit.xml b/tests/phpunit.xml
index cc94bb0..25ef9e4 100644
--- a/tests/phpunit.xml
+++ b/tests/phpunit.xml
@@ -10,7 +10,7 @@
<!-- filters for code coverage -->
<filter>
<whitelist>
- <directory suffix=".php">../mail</directory>
+ <directory suffix=".php">../twofactor_totp</directory>
<exclude>
<directory suffix=".php">../twofactor_totp/l10n</directory>
<directory suffix=".php">../twofactor_totp/tests</directory>