aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2011-01-07 00:29:44 +0100
committerNils Adermann <naderman@naderman.de>2011-01-07 00:30:38 +0100
commitb4f95deefc9d456c5a2d0f6338f6dcecc0829652 (patch)
tree853cf41e8123627918d4f9d40e4c462bcfa56844 /phpunit.xml.dist
parent[task/phpunit-xml] Force error reporting level E_ALL | ~E_DEPRECATED. (diff)
downloadphpbb-b4f95deefc9d456c5a2d0f6338f6dcecc0829652.tar.gz
phpbb-b4f95deefc9d456c5a2d0f6338f6dcecc0829652.tar.bz2
phpbb-b4f95deefc9d456c5a2d0f6338f6dcecc0829652.zip
[task/phpunit-xml] Only blacklist the tests directory and do not whitelist.
It would be ideal if we could whitelist the entire phpBB directory or at least includes, but at present that still breaks because of classes with the same name. PHPBB3-9967
Diffstat (limited to 'phpunit.xml.dist')
-rw-r--r--phpunit.xml.dist9
1 files changed, 0 insertions, 9 deletions
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index e3416c6db3..d1d8adbdd5 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -20,15 +20,6 @@
<filter>
<blacklist>
<directory>./tests/</directory>
- <directory>./phpBB/</directory>
</blacklist>
- <whitelist>
- <directory>./phpBB/includes/db/</directory>
- <file>./phpBB/includes/utf/utf_tools.php</file>
- <file>./phpBB/includes/functions.php</file>
- <file>./phpBB/includes/functions_content.php</file>
- <file>./phpBB/includes/session.php</file>
- <file>./phpBB/includes/template.php</file>
- </whitelist>
</filter>
</phpunit>