From b4f95deefc9d456c5a2d0f6338f6dcecc0829652 Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Fri, 7 Jan 2011 00:29:44 +0100 Subject: [PATCH] [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 --- phpunit.xml.dist | 9 --------- 1 file changed, 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 @@ ./tests/ - ./phpBB/ - - ./phpBB/includes/db/ - ./phpBB/includes/utf/utf_tools.php - ./phpBB/includes/functions.php - ./phpBB/includes/functions_content.php - ./phpBB/includes/session.php - ./phpBB/includes/template.php -