aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-11-17 22:47:41 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-11-17 22:47:41 +0100
commit2b55476df072b706a790df407dffdd26f05b9a50 (patch)
tree5e6a0abbb4154c5d41fdcb7aa31a36118ec5d019
parent4ffdb129388d72cdcc790f1c3713e3770d8aeca9 (diff)
parent8297f700d0fdeb81843baa02f46bf3b42ce114b9 (diff)
downloadforums-2b55476df072b706a790df407dffdd26f05b9a50.tar
forums-2b55476df072b706a790df407dffdd26f05b9a50.tar.gz
forums-2b55476df072b706a790df407dffdd26f05b9a50.tar.bz2
forums-2b55476df072b706a790df407dffdd26f05b9a50.tar.xz
forums-2b55476df072b706a790df407dffdd26f05b9a50.zip
Merge pull request #3147 from bantu/ticket/13341-ascraeus
[ticket/13341] Change coverage to whitelist to prevent errors with temp files
-rw-r--r--phpunit.xml.dist6
1 files changed, 0 insertions, 6 deletions
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index bcc63d6fd9..c6e539b7ba 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -37,15 +37,9 @@
</groups>
<filter>
- <blacklist>
- <directory>./tests</directory>
- </blacklist>
<whitelist>
<directory suffix=".php">./phpBB/includes/</directory>
<directory suffix=".php">./phpBB/phpbb/</directory>
- <exclude>
- <directory suffix=".php">./phpBB/includes/captcha/</directory>
- </exclude>
</whitelist>
</filter>
</phpunit>