1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-17 14:18:24 +01:00

[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
This commit is contained in:
Nils Adermann 2011-01-07 00:29:44 +01:00
parent b720edb05b
commit b4f95deefc

View File

@ -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>