diff options
author | Nils Adermann <naderman@naderman.de> | 2011-01-07 00:29:44 +0100 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2011-01-07 00:30:38 +0100 |
commit | b4f95deefc9d456c5a2d0f6338f6dcecc0829652 (patch) | |
tree | 853cf41e8123627918d4f9d40e4c462bcfa56844 /phpunit.xml.dist | |
parent | b720edb05bafb1a5f75da049226c2c8270511f92 (diff) | |
download | forums-b4f95deefc9d456c5a2d0f6338f6dcecc0829652.tar forums-b4f95deefc9d456c5a2d0f6338f6dcecc0829652.tar.gz forums-b4f95deefc9d456c5a2d0f6338f6dcecc0829652.tar.bz2 forums-b4f95deefc9d456c5a2d0f6338f6dcecc0829652.tar.xz forums-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.dist | 9 |
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> |